Home
last modified time | relevance | path

Searched refs:short_as (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/usr.sbin/bgpd/
Dmrt.c379 if (ibuf_add_n16(h2buf, peer->short_as) == -1) in mrt_dump_entry_mp()
595 if (ibuf_add_n16(hbuf, peer->short_as) == -1) in mrt_dump_entry()
893 if (ibuf_add_n16(buf, peer->short_as) == -1) in mrt_dump_peer()
998 if (ibuf_add_n16(*bp, peer->short_as) == -1) in mrt_dump_hdr_se()
Drde_peer.c392 peer->short_as = sup->short_as; in peer_up()
Dsession.h224 uint16_t short_as; member
Dutil.c654 uint16_t short_as; in aspath_inflate() local
676 if (ibuf_get_n16(in, &short_as) == -1) in aspath_inflate()
678 if (ibuf_add_n32(out, short_as) == -1) in aspath_inflate()
Dconfig.c85 to->short_as = from->short_as; in copy_config()
Dbgpd.h341 uint16_t short_as; member
862 uint16_t short_as; member
Dsession.c2240 uint16_t short_as; in parse_open() local
2246 ibuf_get_n16(msg, &short_as) == -1 || in parse_open()
2265 as = peer->short_as = short_as; in parse_open()
3677 sup.short_as = p->short_as; in session_up()
Dprintconf.c383 if (conf->as > USHRT_MAX && conf->short_as != AS_TRANS) in print_mainconf()
384 printf(" %u", conf->short_as); in print_mainconf()
Drde.h100 uint16_t short_as; member
Dparse.y747 conf->short_as = AS_TRANS;
749 conf->short_as = $2;
753 conf->short_as = $3;
4694 p->conf.local_short_as = conf->short_as; in alloc_peer()
Drde.c3725 peerself->short_as = conf->short_as; in rde_reload_done()
/openbsd/src/usr.sbin/bgpctl/
Doutput_json.c580 uint16_t alen, afi, short_as; in json_attr() local
664 if (ibuf_get_n16(buf, &short_as) == -1 || in json_attr()
667 as = short_as; in json_attr()
Doutput.c769 uint16_t short_as, afi; in show_attr() local
844 if (ibuf_get_n16(buf, &short_as) == -1 || in show_attr()
847 as = short_as; in show_attr()
Dbgpctl.c1559 uint16_t short_as, holdtime; in show_mrt_open() local
1564 ibuf_get_n16(b, &short_as) == -1 || in show_mrt_open()
1576 version, short_as, holdtime, inet_ntoa(ina), optparamlen); in show_mrt_open()