Home
last modified time | relevance | path

Searched refs:pathid (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/usr.sbin/bgpctl/
Dparser.h81 uint32_t pathid; member
Dbgpctl.c255 ribreq.path_id = res->pathid; in main()
1660 uint32_t pathid; in show_mrt_update() local
1672 if (ibuf_get_n32(&wbuf, &pathid) == -1) in show_mrt_update()
1679 printf(" path-id %u", pathid); in show_mrt_update()
1722 if (ibuf_get_n32(b, &pathid) == -1) in show_mrt_update()
1729 printf(" path-id %u", pathid); in show_mrt_update()
Doutput_json.c579 uint32_t as, pathid, val; in json_attr() local
753 if (ibuf_get_n32(buf, &pathid) == -1) in json_attr()
779 json_do_uint("path_id", pathid); in json_attr()
Doutput.c768 uint32_t as, pathid, val; in show_attr() local
921 if (ibuf_get_n32(buf, &pathid) == -1) in show_attr()
945 printf(" path-id %u", pathid); in show_attr()
Dparser.c1100 r->pathid = uval; in parse_number()
/openbsd/src/usr.sbin/bgpd/
Drde.c1405 uint32_t fas, pathid; in rde_update_dispatch() local
1498 if (ibuf_get_n32(&wdbuf, &pathid) == -1) { in rde_update_dispatch()
1506 pathid = 0; in rde_update_dispatch()
1519 rde_update_withdraw(peer, pathid, &prefix, prefixlen); in rde_update_dispatch()
1551 &pathid) == -1) { in rde_update_dispatch()
1560 pathid = 0; in rde_update_dispatch()
1625 rde_update_withdraw(peer, pathid, &prefix, prefixlen); in rde_update_dispatch()
1666 if (ibuf_get_n32(&nlribuf, &pathid) == -1) { in rde_update_dispatch()
1674 pathid = 0; in rde_update_dispatch()
1683 if (rde_update_update(peer, pathid, &state, in rde_update_dispatch()
[all …]
Drde_prefix.c586 int add_path, uint32_t pathid) in pt_writebuf() argument
600 if (ibuf_add_n32(tmp, pathid) == -1) in pt_writebuf()