Symbol: AID_UNSPEC
usr.sbin/bgpctl/bgpctl.c
1251
if (req->neighbor.addr.aid != AID_UNSPEC &&
usr.sbin/bgpctl/bgpctl.c
1259
if (req->prefix.aid != AID_UNSPEC) {
usr.sbin/bgpctl/bgpctl.c
1329
if (req->neighbor.addr.aid != AID_UNSPEC &&
usr.sbin/bgpctl/bgpctl.c
1337
if (req->prefix.aid != AID_UNSPEC) {
usr.sbin/bgpctl/bgpctl.c
1917
case AID_UNSPEC:
usr.sbin/bgpctl/bgpctl.c
398
case AID_UNSPEC:
usr.sbin/bgpctl/mrtparser.c
1010
if ((aid = mrt_afi2aid(afi, -1, verbose)) == AID_UNSPEC)
usr.sbin/bgpctl/mrtparser.c
261
return AID_UNSPEC;
usr.sbin/bgpctl/mrtparser.c
392
if ((aid = mrt_afi2aid(afi, safi, verbose)) == AID_UNSPEC)
usr.sbin/bgpctl/mrtparser.c
602
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
1198
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
488
ribreq.prefix.aid == AID_UNSPEC) {
usr.sbin/bgpd/kroute.c
2743
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
384
aid = peer->remote_addr.aid == AID_UNSPEC ? p->pt->aid :
usr.sbin/bgpd/mrt.c
530
if ((peer->remote_addr.aid != AID_UNSPEC &&
usr.sbin/bgpd/mrt.c
882
case AID_UNSPEC: /* XXX special handling for peerself? */
usr.sbin/bgpd/parse.y
5119
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
3528
if (rib_dump_new(rid, AID_UNSPEC, CTL_MSG_HIGH_MARK, &ctx->mrt,
usr.sbin/bgpd/rde.c
3975
if (peer_has_add_path(peer, AID_UNSPEC, CAPA_AP_SEND)) {
usr.sbin/bgpd/rde.c
4000
if (adjout_prefix_dump_new(peer, AID_UNSPEC,
usr.sbin/bgpd/rde.c
4052
AID_UNSPEC, RDE_RUNNER_ROUNDS, peer,
usr.sbin/bgpd/rde.c
4099
if (rib_dump_new(RIB_ADJ_IN, AID_UNSPEC, RDE_RUNNER_ROUNDS,
usr.sbin/bgpd/rde.c
4105
rde_softreconfig_in_done((void *)1, AID_UNSPEC);
usr.sbin/bgpd/rde.c
4131
if (rib_dump_new(i, AID_UNSPEC, RDE_RUNNER_ROUNDS,
usr.sbin/bgpd/rde.c
4139
if (rib_dump_new(i, AID_UNSPEC, RDE_RUNNER_ROUNDS,
usr.sbin/bgpd/rde.c
4180
if (rib_dump_new(i, AID_UNSPEC, RDE_RUNNER_ROUNDS,
usr.sbin/bgpd/rde.c
4462
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
633
if (ctx->ctx_pt == NULL && ctx->ctx_subtree.aid == AID_UNSPEC)
usr.sbin/bgpd/rde_adjout.c
640
if (ctx->ctx_aid != AID_UNSPEC &&
usr.sbin/bgpd/rde_adjout.c
643
if (ctx->ctx_subtree.aid != AID_UNSPEC) {
usr.sbin/bgpd/rde_peer.c
507
peer_flush(peer, AID_UNSPEC, monotime_clear());
usr.sbin/bgpd/rde_peer.c
550
if (adjout_prefix_dump_new(peer, AID_UNSPEC, RDE_RUNNER_ROUNDS, peer,
usr.sbin/bgpd/rde_peer.c
570
if (aid == AID_UNSPEC) {
usr.sbin/bgpd/rde_prefix.c
309
case AID_UNSPEC:
usr.sbin/bgpd/rde_prefix.c
420
if (aid == AID_UNSPEC)
usr.sbin/bgpd/rde_prefix.c
566
case AID_UNSPEC:
usr.sbin/bgpd/rde_prefix.c
739
case AID_UNSPEC:
usr.sbin/bgpd/rde_rib.c
1090
if (aid != AID_UNSPEC && aid != re->prefix->aid)
usr.sbin/bgpd/rde_rib.c
402
if (ctx->ctx_re == NULL && ctx->ctx_subtree.aid == AID_UNSPEC)
usr.sbin/bgpd/rde_rib.c
414
if (ctx->ctx_aid != AID_UNSPEC &&
usr.sbin/bgpd/rde_rib.c
417
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
1124
if (aid != AID_UNSPEC && aid < AID_MAX) {
usr.sbin/bgpd/util.c
1162
for (i = AID_UNSPEC; i < AID_MAX; i++)
usr.sbin/bgpd/util.c
1202
if (addr == NULL || addr->aid == AID_UNSPEC)