Home
last modified time | relevance | path

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

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dbgpd.h61 #define BGPD_FLAG_NEXTHOP_DEFAULT 0x0020 macro
H A Dprintconf.c410 if (conf->flags & BGPD_FLAG_NEXTHOP_DEFAULT) in print_mainconf()
H A Dbgpd.c1088 if (cflags & BGPD_FLAG_NEXTHOP_DEFAULT) { in bgpd_filternexthop()
H A Dparse.y811 conf->flags |= BGPD_FLAG_NEXTHOP_DEFAULT;
H A Dparse.c2847 conf->flags |= BGPD_FLAG_NEXTHOP_DEFAULT; in yyparse()