Home
last modified time | relevance | path

Searched refs:seqnum (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/usr.sbin/rpki-client/
Dmft.c337 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()
630 r = strcmp(a->seqnum, b->seqnum); in mft_compare_seqnum()
655 if (!BN_hex2bn(&seqnum_a, a->seqnum)) in mft_seqnum_gap_present()
658 if (!BN_hex2bn(&seqnum_b, b->seqnum)) in mft_seqnum_gap_present()
Dparser.c283 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()
462 cached_mft->seqnum, mft->seqnum); in proc_parser_mft_pre()
517 "from cache", file2, mft2->seqnum); in proc_parser_mft()
Dprint.c462 json_do_string("manifest_number", p->seqnum); in mft_print()
475 printf("Manifest number: %s\n", p->seqnum); in mft_print()
Dextern.h208 char *seqnum; /* manifestNumber */ member
/openbsd/src/regress/usr.sbin/rpki-client/
Dtest-seqnum.c30 static const struct seqnum { struct
120 seqnum_testcase(const struct seqnum *test) in seqnum_testcase()
DMakefile.inc17 PROGS += test-seqnum
100 SRCS_test-seqnum += test-seqnum.c as.c ip.c encoding.c x509.c print.c validate.c \
/openbsd/src/sys/dev/pcmcia/
Dif_malo.c1228 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 …]
Dif_malovar.h52 uint16_t seqnum; member
/openbsd/src/sys/dev/ic/
Dmalo.c135 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/
Dmrtparser.h56 uint32_t seqnum; member
Dmrtparser.c352 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/
Drde_lsdb.c705 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/
Drde_lsdb.c855 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/
Dif_bwfm_pci.h280 uint16_t seqnum; member
/openbsd/src/usr.sbin/bgpd/
Dmrt.c909 mrt_dump_entry_v2(mrtbuf, re, mrtbuf->seqnum++); in mrt_dump_upcall()
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()
Dbgpd.h1440 uint16_t seqnum; member