Symbol: ibuf_get_n32
lib/libutil/imsg.h
107
int ibuf_get_n32(struct ibuf *, uint32_t *);
usr.sbin/bgpctl/bgpctl.c
1449
if (ibuf_get_n32(b, &as) == -1 ||
usr.sbin/bgpctl/bgpctl.c
1560
ibuf_get_n32(b, &bgpid) == -1 ||
usr.sbin/bgpctl/bgpctl.c
1666
if (ibuf_get_n32(&wbuf, &pathid) == -1)
usr.sbin/bgpctl/bgpctl.c
1716
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
284
if (ibuf_get_n32(msg, &bid) == -1 ||
usr.sbin/bgpctl/mrtparser.c
310
ibuf_get_n32(msg, &peers[i].bgp_id) == -1)
usr.sbin/bgpctl/mrtparser.c
324
if (ibuf_get_n32(msg, &peers[i].asnum) == -1)
usr.sbin/bgpctl/mrtparser.c
356
if (ibuf_get_n32(msg, &r->seqnum) == -1)
usr.sbin/bgpctl/mrtparser.c
426
if (ibuf_get_n32(msg, &otm) == -1)
usr.sbin/bgpctl/mrtparser.c
431
if (ibuf_get_n32(msg, &entries[i].path_id) == -1)
usr.sbin/bgpctl/mrtparser.c
498
ibuf_get_n32(msg, &tmp32) == -1) /* originated */
usr.sbin/bgpctl/mrtparser.c
593
ibuf_get_n32(msg, &tmp32) == -1) /* originated */
usr.sbin/bgpctl/mrtparser.c
695
if (ibuf_get_n32(&abuf, &re->med) == -1)
usr.sbin/bgpctl/mrtparser.c
701
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
744
if (ibuf_get_n32(buf, &a) == -1 ||
usr.sbin/bgpctl/output.c
745
ibuf_get_n32(buf, &l1) == -1 ||
usr.sbin/bgpctl/output.c
746
ibuf_get_n32(buf, &l2) == -1) {
usr.sbin/bgpctl/output.c
847
if (alen != 4 || ibuf_get_n32(buf, &val) == -1)
usr.sbin/bgpctl/output.c
854
if (ibuf_get_n32(buf, &as) == -1 ||
usr.sbin/bgpctl/output.c
935
if (ibuf_get_n32(buf, &pathid) == -1)
usr.sbin/bgpctl/output.c
969
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
160
if (ibuf_get_n32(ibuf, &type) == -1)
usr.sbin/bgpd/bgpd_imsg.c
175
if (ibuf_get_n32(ibuf, &set->action.metric) == -1)
usr.sbin/bgpd/rde.c
1583
if (ibuf_get_n32(&wdbuf, &pathid) == -1) {
usr.sbin/bgpd/rde.c
1635
if (ibuf_get_n32(&unreachbuf,
usr.sbin/bgpd/rde.c
1751
if (ibuf_get_n32(&nlribuf, &pathid) == -1) {
usr.sbin/bgpd/rde.c
1833
if (ibuf_get_n32(&reachbuf, &pathid) == -1) {
usr.sbin/bgpd/rde.c
2210
if (ibuf_get_n32(&attrbuf, &a->med) == -1)
usr.sbin/bgpd/rde.c
2225
if (ibuf_get_n32(&attrbuf, &a->lpref) == -1)
usr.sbin/bgpd/rde.c
2267
if (ibuf_get_n32(&tmpbuf, &tmp32) == -1)
usr.sbin/bgpd/rde.c
2384
if (ibuf_get_n32(&tmpbuf, &tmp32) == -1)
usr.sbin/bgpd/rde.c
2425
if (ibuf_get_n32(&tmpbuf, &tmp32) == -1)
usr.sbin/bgpd/rde_attr.c
516
if (ibuf_get_n32(in, &as) == -1)
usr.sbin/bgpd/rde_attr.c
561
if (ibuf_get_n32(in, &as) == -1)
usr.sbin/bgpd/rde_attr.c
563
if (ibuf_get_n32(in, &as4) == -1)
usr.sbin/bgpd/rde_community.c
469
if (ibuf_get_n32(buf, &set.data1) == -1 ||
usr.sbin/bgpd/rde_community.c
470
ibuf_get_n32(buf, &set.data2) == -1 ||
usr.sbin/bgpd/rde_community.c
471
ibuf_get_n32(buf, &set.data3) == -1)
usr.sbin/bgpd/rtr_proto.c
1009
if (ibuf_get_n32(pdu, &pdu_len) == -1)
usr.sbin/bgpd/rtr_proto.c
1016
if (ibuf_get_n32(pdu, &msg_len) == -1)
usr.sbin/bgpd/rtr_proto.c
842
if (ibuf_get_n32(pdu, &aspa->tas[i]) == -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
472
if (ibuf_get_n32(&data, &as) == -1)
usr.sbin/bgpd/util.c
511
if (ibuf_get_n32(&buf, &as) == -1)
usr.sbin/bgpd/util.c
625
if (ibuf_get_n32(&buf, &as) == -1) {