Home
last modified time | relevance | path

Searched refs:as4byte (Results 1 – 10 of 10) sorted by relevance

/openbsd/regress/usr.sbin/bgpd/config/
H A Dbgpd.conf.16.ok36 announce as4byte no
49 announce as4byte enforce
/openbsd/usr.sbin/bgpd/
H A Dmrt.c145 if (peer->capa.neg.as4byte) in mrt_bgp_msg_subtype()
164 if (peer->capa.neg.as4byte) in mrt_bgp_msg_subtype()
210 if (peer->capa.neg.as4byte) in mrt_dump_state()
870 if (peer->capa.as4byte) in mrt_dump_peer()
900 if (peer->capa.as4byte) { in mrt_dump_peer()
H A Dsession.c1538 if (p->capa.ann.as4byte) { /* 4 bytes data */ in session_open()
2648 peer->capa.peer.as4byte = 0; in parse_capabilities()
2659 peer->capa.peer.as4byte = 1; in parse_capabilities()
2718 p->capa.neg.as4byte = in capa_neg_calc()
2719 (p->capa.ann.as4byte && p->capa.peer.as4byte) != 0; in capa_neg_calc()
2863 if (p->capa.ann.as4byte == 2 && p->capa.neg.as4byte == 0) { in capa_neg_calc()
H A Dutil.c519 aspath_verify(struct ibuf *in, int as4byte, int noset) in aspath_verify() argument
569 if (as4byte) { in aspath_verify()
H A Dprintconf.c958 if (p->capabilities.as4byte == 2) in print_announce()
960 else if (p->capabilities.as4byte == 0) in print_announce()
H A Drde_peer.c44 return (peer->capa.as4byte); in peer_has_as4byte()
H A Dbgpd.h411 int8_t as4byte; /* 4-byte ASnum, RFC 4893 */ member
H A Dparse.y1948 curpeer->conf.capabilities.as4byte = $3;
4633 p->conf.capabilities.as4byte = 1; in alloc_peer()
/openbsd/usr.sbin/bgpctl/
H A Doutput.c335 p->capa.peer.as4byte || p->capa.peer.policy) { in show_neighbor_full()
339 if (p->capa.peer.as4byte) in show_neighbor_full()
365 p->capa.neg.as4byte || p->capa.neg.policy) { in show_neighbor_full()
369 if (p->capa.neg.as4byte) in show_neighbor_full()
H A Doutput_json.c53 !capa->refresh && !capa->enhanced_rr && !capa->as4byte) in json_neighbor_capabilities()
57 json_do_bool("as4byte", capa->as4byte); in json_neighbor_capabilities()