Home
last modified time | relevance | path

Searched refs:BGPD_FLAG_NEXTHOP_BGP (Results 1 – 5 of 5) sorted by relevance

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dbgpd.h60 #define BGPD_FLAG_NEXTHOP_BGP 0x0010 macro
H A Dprintconf.c408 if (conf->flags & BGPD_FLAG_NEXTHOP_BGP) in print_mainconf()
H A Dbgpd.c1081 if (cflags & BGPD_FLAG_NEXTHOP_BGP) { in bgpd_filternexthop()
H A Dparse.y809 conf->flags |= BGPD_FLAG_NEXTHOP_BGP;
H A Dparse.c2845 conf->flags |= BGPD_FLAG_NEXTHOP_BGP; in yyparse()