Searched refs:short_as (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/usr.sbin/bgpd/ |
| D | mrt.c | 379 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()
|
| D | rde_peer.c | 392 peer->short_as = sup->short_as; in peer_up()
|
| D | session.h | 224 uint16_t short_as; member
|
| D | util.c | 654 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()
|
| D | config.c | 85 to->short_as = from->short_as; in copy_config()
|
| D | bgpd.h | 341 uint16_t short_as; member 862 uint16_t short_as; member
|
| D | session.c | 2240 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()
|
| D | printconf.c | 383 if (conf->as > USHRT_MAX && conf->short_as != AS_TRANS) in print_mainconf() 384 printf(" %u", conf->short_as); in print_mainconf()
|
| D | rde.h | 100 uint16_t short_as; member
|
| D | parse.y | 747 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()
|
| D | rde.c | 3725 peerself->short_as = conf->short_as; in rde_reload_done()
|
| /openbsd/src/usr.sbin/bgpctl/ |
| D | output_json.c | 580 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()
|
| D | output.c | 769 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()
|
| D | bgpctl.c | 1559 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()
|