Symbol: ibuf_get_n32
lib/libutil/imsg.h
107
int ibuf_get_n32(struct ibuf *, uint32_t *);
usr.sbin/bgpctl/bgpctl.c
1440
if (ibuf_get_n32(b, &as) == -1 ||
usr.sbin/bgpctl/bgpctl.c
1551
ibuf_get_n32(b, &bgpid) == -1 ||
usr.sbin/bgpctl/bgpctl.c
1657
if (ibuf_get_n32(&wbuf, &pathid) == -1)
usr.sbin/bgpctl/bgpctl.c
1707
if (ibuf_get_n32(b, &pathid) == -1)
usr.sbin/bgpctl/mrtparser.c
1000
ibuf_get_n32(msg, &das) == -1 || /* dest as */
usr.sbin/bgpctl/mrtparser.c
280
if (ibuf_get_n32(msg, &bid) == -1 ||
usr.sbin/bgpctl/mrtparser.c
306
ibuf_get_n32(msg, &peers[i].bgp_id) == -1)
usr.sbin/bgpctl/mrtparser.c
320
if (ibuf_get_n32(msg, &peers[i].asnum) == -1)
usr.sbin/bgpctl/mrtparser.c
352
if (ibuf_get_n32(msg, &r->seqnum) == -1)
usr.sbin/bgpctl/mrtparser.c
422
if (ibuf_get_n32(msg, &otm) == -1)
usr.sbin/bgpctl/mrtparser.c
427
if (ibuf_get_n32(msg, &entries[i].path_id) == -1)
usr.sbin/bgpctl/mrtparser.c
497
ibuf_get_n32(msg, &tmp32) == -1) /* originated */
usr.sbin/bgpctl/mrtparser.c
595
ibuf_get_n32(msg, &tmp32) == -1) /* originated */
usr.sbin/bgpctl/mrtparser.c
697
if (ibuf_get_n32(&abuf, &re->med) == -1)
usr.sbin/bgpctl/mrtparser.c
703
if (ibuf_get_n32(&abuf, &re->local_pref) == -1)
usr.sbin/bgpctl/mrtparser.c
910
if (ibuf_get_n32(msg, &usec) == -1)
usr.sbin/bgpctl/mrtparser.c
926
if (ibuf_get_n32(msg, &sas) == -1 || /* source as */
usr.sbin/bgpctl/mrtparser.c
927
ibuf_get_n32(msg, &das) == -1 || /* dest as */
usr.sbin/bgpctl/mrtparser.c
973
if (ibuf_get_n32(msg, &usec) == -1)
usr.sbin/bgpctl/mrtparser.c
999
if (ibuf_get_n32(msg, &sas) == -1 || /* source as */
usr.sbin/bgpctl/output.c
741
if (ibuf_get_n32(buf, &a) == -1 ||
usr.sbin/bgpctl/output.c
742
ibuf_get_n32(buf, &l1) == -1 ||
usr.sbin/bgpctl/output.c
743
ibuf_get_n32(buf, &l2) == -1) {
usr.sbin/bgpctl/output.c
844
if (alen != 4 || ibuf_get_n32(buf, &val) == -1)
usr.sbin/bgpctl/output.c
851
if (ibuf_get_n32(buf, &as) == -1 ||
usr.sbin/bgpctl/output.c
932
if (ibuf_get_n32(buf, &pathid) == -1)
usr.sbin/bgpctl/output.c
966
if (alen != 4 || ibuf_get_n32(buf, &as) == -1)
usr.sbin/bgpctl/output_json.c
558
if (ibuf_get_n32(buf, &a) == -1 ||
usr.sbin/bgpctl/output_json.c
559
ibuf_get_n32(buf, &l1) == -1 ||
usr.sbin/bgpctl/output_json.c
560
ibuf_get_n32(buf, &l2) == -1) {
usr.sbin/bgpctl/output_json.c
668
if (alen != 4 || ibuf_get_n32(buf, &val) == -1)
usr.sbin/bgpctl/output_json.c
675
if (ibuf_get_n32(buf, &as) == -1 ||
usr.sbin/bgpctl/output_json.c
768
if (ibuf_get_n32(buf, &pathid) == -1)
usr.sbin/bgpctl/output_json.c
806
if (alen != 4 || ibuf_get_n32(buf, &as) == -1)
usr.sbin/bgpd/bgpd_imsg.c
120
if (ibuf_get_n32(ibuf, &type) == -1)
usr.sbin/bgpd/bgpd_imsg.c
135
if (ibuf_get_n32(ibuf, &set->action.metric) == -1)
usr.sbin/bgpd/rde.c
1585
if (ibuf_get_n32(&wdbuf, &pathid) == -1) {
usr.sbin/bgpd/rde.c
1637
if (ibuf_get_n32(&unreachbuf,
usr.sbin/bgpd/rde.c
1753
if (ibuf_get_n32(&nlribuf, &pathid) == -1) {
usr.sbin/bgpd/rde.c
1835
if (ibuf_get_n32(&reachbuf, &pathid) == -1) {
usr.sbin/bgpd/rde.c
2213
if (ibuf_get_n32(&attrbuf, &a->med) == -1)
usr.sbin/bgpd/rde.c
2228
if (ibuf_get_n32(&attrbuf, &a->lpref) == -1)
usr.sbin/bgpd/rde.c
2270
if (ibuf_get_n32(&tmpbuf, &tmp32) == -1)
usr.sbin/bgpd/rde.c
2387
if (ibuf_get_n32(&tmpbuf, &tmp32) == -1)
usr.sbin/bgpd/rde.c
2428
if (ibuf_get_n32(&tmpbuf, &tmp32) == -1)
usr.sbin/bgpd/rde_community.c
463
if (ibuf_get_n32(buf, &set.data1) == -1 ||
usr.sbin/bgpd/rde_community.c
464
ibuf_get_n32(buf, &set.data2) == -1 ||
usr.sbin/bgpd/rde_community.c
465
ibuf_get_n32(buf, &set.data3) == -1)
usr.sbin/bgpd/rtr_proto.c
1004
if (ibuf_get_n32(pdu, &msg_len) == -1)
usr.sbin/bgpd/rtr_proto.c
830
if (ibuf_get_n32(pdu, &aspa->tas[i]) == -1) {
usr.sbin/bgpd/rtr_proto.c
997
if (ibuf_get_n32(pdu, &pdu_len) == -1)
usr.sbin/bgpd/session_bgp.c
830
ibuf_get_n32(&capabuf, as) == -1) {
usr.sbin/bgpd/session_bgp.c
903
ibuf_get_n32(msg, &bgpid) == -1 ||
usr.sbin/bgpd/util.c
469
if (ibuf_get_n32(&data, &as) == -1)
usr.sbin/bgpd/util.c
508
if (ibuf_get_n32(&buf, &as) == -1)
usr.sbin/bgpd/util.c
621
if (ibuf_get_n32(&buf, &as) == -1) {