| /openbsd-src/usr.sbin/rpki-client/ |
| H A D | mft.c | 337 mft->seqnum = x509_convert_seqnum(fn, "manifest number", in mft_parse_econtent() 339 if (mft->seqnum == NULL) in mft_parse_econtent() 525 free(p->seqnum); in mft_free() 624 r = strlen(a->seqnum) - strlen(b->seqnum); in mft_compare_seqnum() 625 if (r > 0) /* seqnum in a is longer -> higher */ in mft_compare_seqnum() 627 if (r < 0) /* seqnum in a is shorter -> smaller */ in mft_compare_seqnum() 630 r = strcmp(a->seqnum, b->seqnum); 655 if (!BN_hex2bn(&seqnum_a, a->seqnum)) [all...] |
| H A D | print.c | 462 json_do_string("manifest_number", p->seqnum); in mft_print() 475 printf("Manifest number: %s\n", p->seqnum); in mft_print() 353 BIGNUM *seqnum = NULL; crl_parse_number() local
|
| H A D | x509.c | 1025 BIGNUM *seqnum = NULL; x509_convert_seqnum() local
|
| H A D | parser.c | 283 p->seqnum, m->file); in proc_parser_mft_check() 435 file, cached_mft->seqnum, mft->seqnum); in proc_parser_mft_pre() 441 (long long)cached_mft->thisupdate, cached_mft->seqnum); in proc_parser_mft_pre() 446 file, mft->seqnum, cached_mft->seqnum, in proc_parser_mft_pre() 454 mft->seqnum); in proc_parser_mft_pre() 461 warnx("%s: seqnum gap detected #%s -> #%s", file, in proc_parser_mft_pre() 462 cached_mft->seqnum, mft->seqnum); in proc_parser_mft_pre() [all...] |
| H A D | extern.h | 208 char *seqnum; /* manifestNumber */ 206 char *seqnum; /* manifestNumber */ global() member
|
| /openbsd-src/sys/dev/pcmcia/ |
| H A D | if_malo.c | 1228 hdr->seqnum = htole16(1); in cmalo_cmd_get_hwspec() 1273 hdr->seqnum = htole16(1); in cmalo_cmd_set_reset() 1303 hdr->seqnum = htole16(1); in cmalo_cmd_set_scan() 1452 hdr->seqnum = htole16(1); in cmalo_cmd_set_auth() 1482 hdr->seqnum = htole16(1); in cmalo_cmd_set_wep() 1540 hdr->seqnum = htole16(1); in cmalo_cmd_set_snmp() 1593 hdr->seqnum = htole16(1); in cmalo_cmd_set_radio() 1626 hdr->seqnum = htole16(1); in cmalo_cmd_set_channel() 1656 hdr->seqnum = htole16(1); in cmalo_cmd_set_txpower() 1685 hdr->seqnum = htole16(1); in cmalo_cmd_set_antenna() [all …]
|
| H A D | if_malovar.h | 52 uint16_t seqnum; member
|
| /openbsd-src/sys/dev/ic/ |
| H A D | malo.c | 135 uint16_t seqnum; /* seems not to matter that much */ member 1823 hdr->seqnum = htole16(sn++); in malo_load_firmware() 1845 hdr->seqnum = htole16(sn++); in malo_load_firmware() 2009 hdr->seqnum = htole16(42); /* the one and only */ in malo_cmd_get_spec() 2052 hdr->seqnum = 1; in malo_cmd_set_prescan() 2069 hdr->seqnum = 1; in malo_cmd_set_postscan() 2091 hdr->seqnum = 1; in malo_cmd_set_channel() 2113 hdr->seqnum = 1; in malo_cmd_set_antenna() 2139 hdr->seqnum = 1; in malo_cmd_set_radio() 2162 hdr->seqnum = 1; in malo_cmd_set_aid() [all …]
|
| /openbsd-src/usr.sbin/bgpctl/ |
| H A D | mrtparser.h | 56 uint32_t seqnum; member
|
| H A D | mrtparser.c | 352 if (ibuf_get_n32(msg, &r->seqnum) == -1) in mrt_parse_v2_rib() 483 r->seqnum = tmp16; in mrt_parse_dump()
|
| /openbsd-src/usr.sbin/ospfd/ |
| H A D | rde_lsdb.c | 705 u_int32_t seqnum; in lsa_refresh() local 714 seqnum = ntohl(v->lsa->hdr.seq_num); in lsa_refresh() 715 if (seqnum++ == MAX_SEQ_NUM) in lsa_refresh() 718 v->lsa->hdr.seq_num = htonl(seqnum); in lsa_refresh()
|
| /openbsd-src/usr.sbin/ospf6d/ |
| H A D | rde_lsdb.c | 855 u_int32_t seqnum; in lsa_refresh() local 864 seqnum = ntohl(v->lsa->hdr.seq_num); in lsa_refresh() 865 if (seqnum++ == MAX_SEQ_NUM) in lsa_refresh() 868 v->lsa->hdr.seq_num = htonl(seqnum); in lsa_refresh()
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_bwfm_pci.h | 280 uint16_t seqnum; member
|
| /openbsd-src/usr.sbin/bgpd/ |
| H A D | mrt.c | 909 mrt_dump_entry_v2(mrtbuf, re, mrtbuf->seqnum++); in mrt_dump_peer() 920 mrt_dump_entry(mrtbuf, p, mrtbuf->seqnum++, in mrt_dump_upcall() 923 mrt_dump_entry_mp(mrtbuf, p, mrtbuf->seqnum++, in mrt_dump_upcall()
|
| H A D | bgpd.h | 1421 uint16_t seqnum; 1389 uint16_t seqnum; global() member
|