Symbol: AID_UNSPEC
usr.sbin/bgpctl/bgpctl.c
1260
if (req->neighbor.addr.aid != AID_UNSPEC &&
usr.sbin/bgpctl/bgpctl.c
1268
if (req->prefix.aid != AID_UNSPEC) {
usr.sbin/bgpctl/bgpctl.c
1338
if (req->neighbor.addr.aid != AID_UNSPEC &&
usr.sbin/bgpctl/bgpctl.c
1346
if (req->prefix.aid != AID_UNSPEC) {
usr.sbin/bgpctl/bgpctl.c
1926
case AID_UNSPEC:
usr.sbin/bgpctl/bgpctl.c
400
case AID_UNSPEC:
usr.sbin/bgpctl/mrtparser.c
1010
if ((aid = mrt_afi2aid(afi, -1, verbose)) == AID_UNSPEC)
usr.sbin/bgpctl/mrtparser.c
265
return AID_UNSPEC;
usr.sbin/bgpctl/mrtparser.c
396
if ((aid = mrt_afi2aid(afi, safi, verbose)) == AID_UNSPEC)
usr.sbin/bgpctl/mrtparser.c
600
if ((aid = mrt_afi2aid(afi, safi, verbose)) == AID_UNSPEC)
usr.sbin/bgpctl/mrtparser.c
937
if ((aid = mrt_afi2aid(afi, -1, verbose)) == AID_UNSPEC)
usr.sbin/bgpctl/output.c
1201
if (rtr->local_addr.aid != AID_UNSPEC)
usr.sbin/bgpctl/output_json.c
1027
if (rtr->local_addr.aid != AID_UNSPEC)
usr.sbin/bgpd/control.c
481
ribreq.prefix.aid == AID_UNSPEC) {
usr.sbin/bgpd/kroute.c
2747
if (kf->nexthop.aid != AID_UNSPEC) {
usr.sbin/bgpd/mrt.c
124
return AID_UNSPEC;
usr.sbin/bgpd/mrt.c
151
if (aid != AID_UNSPEC &&
usr.sbin/bgpd/mrt.c
383
aid = peer->remote_addr.aid == AID_UNSPEC ? p->pt->aid :
usr.sbin/bgpd/mrt.c
528
if ((peer->remote_addr.aid != AID_UNSPEC &&
usr.sbin/bgpd/mrt.c
880
case AID_UNSPEC: /* XXX special handling for peerself? */
usr.sbin/bgpd/parse.y
5148
local_addr->aid == AID_UNSPEC) {
usr.sbin/bgpd/pfkey.c
119
case AID_UNSPEC:
usr.sbin/bgpd/pfkey.c
96
case AID_UNSPEC:
usr.sbin/bgpd/printconf.c
1103
if (r->match.prefix.addr.aid != AID_UNSPEC) {
usr.sbin/bgpd/printconf.c
749
if (r->local_addr.aid != AID_UNSPEC)
usr.sbin/bgpd/printconf.c
77
case AID_UNSPEC:
usr.sbin/bgpd/rde.c
3565
if (rib_dump_new(rid, AID_UNSPEC, CTL_MSG_HIGH_MARK, &ctx->mrt,
usr.sbin/bgpd/rde.c
4014
if (peer_has_add_path(peer, AID_UNSPEC, CAPA_AP_SEND)) {
usr.sbin/bgpd/rde.c
4039
if (adjout_prefix_dump_new(peer, AID_UNSPEC,
usr.sbin/bgpd/rde.c
4090
AID_UNSPEC, RDE_RUNNER_ROUNDS, peer,
usr.sbin/bgpd/rde.c
4137
if (rib_dump_new(RIB_ADJ_IN, AID_UNSPEC, RDE_RUNNER_ROUNDS,
usr.sbin/bgpd/rde.c
4143
rde_softreconfig_in_done((void *)1, AID_UNSPEC);
usr.sbin/bgpd/rde.c
4233
if (rib_dump_new(i, AID_UNSPEC, RDE_RUNNER_ROUNDS,
usr.sbin/bgpd/rde.c
4241
if (rib_dump_new(i, AID_UNSPEC, RDE_RUNNER_ROUNDS,
usr.sbin/bgpd/rde.c
4282
if (rib_dump_new(i, AID_UNSPEC, RDE_RUNNER_ROUNDS,
usr.sbin/bgpd/rde.c
4500
if (rib_dump_new(RIB_ADJ_IN, AID_UNSPEC, RDE_RUNNER_ROUNDS,
usr.sbin/bgpd/rde.c
510
if (peer_has_add_path(peer, AID_UNSPEC, CAPA_AP_SEND))
usr.sbin/bgpd/rde.c
661
if (rib_dump_new(RIB_ADJ_IN, AID_UNSPEC,
usr.sbin/bgpd/rde.c
752
prefix_flowspec_dump(AID_UNSPEC, NULL,
usr.sbin/bgpd/rde_adjout.c
624
if (ctx->ctx_pt == NULL && ctx->ctx_subtree.aid == AID_UNSPEC)
usr.sbin/bgpd/rde_adjout.c
631
if (ctx->ctx_aid != AID_UNSPEC &&
usr.sbin/bgpd/rde_adjout.c
634
if (ctx->ctx_subtree.aid != AID_UNSPEC) {
usr.sbin/bgpd/rde_peer.c
487
peer_flush(peer, AID_UNSPEC, monotime_clear());
usr.sbin/bgpd/rde_peer.c
532
if (adjout_prefix_dump_new(peer, AID_UNSPEC, RDE_RUNNER_ROUNDS, peer,
usr.sbin/bgpd/rde_peer.c
552
if (aid == AID_UNSPEC) {
usr.sbin/bgpd/rde_prefix.c
321
case AID_UNSPEC:
usr.sbin/bgpd/rde_prefix.c
459
if (aid == AID_UNSPEC)
usr.sbin/bgpd/rde_prefix.c
606
case AID_UNSPEC:
usr.sbin/bgpd/rde_prefix.c
780
case AID_UNSPEC:
usr.sbin/bgpd/rde_rib.c
1180
if (aid != AID_UNSPEC && aid != re->prefix->aid)
usr.sbin/bgpd/rde_rib.c
471
if (ctx->ctx_re == NULL && ctx->ctx_subtree.aid == AID_UNSPEC)
usr.sbin/bgpd/rde_rib.c
483
if (ctx->ctx_aid != AID_UNSPEC &&
usr.sbin/bgpd/rde_rib.c
486
if (ctx->ctx_subtree.aid != AID_UNSPEC) {
usr.sbin/bgpd/session_bgp.c
1297
if (p->capa.peer.mp[AID_UNSPEC])
usr.sbin/bgpd/session_bgp.c
711
peer->capa.peer.mp[AID_UNSPEC] = 1;
usr.sbin/bgpd/util.c
1133
if (aid != AID_UNSPEC && aid < AID_MAX) {
usr.sbin/bgpd/util.c
1171
for (i = AID_UNSPEC; i < AID_MAX; i++)
usr.sbin/bgpd/util.c
1211
if (addr == NULL || addr->aid == AID_UNSPEC)