Home
last modified time | relevance | path

Searched refs:F_CTL_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Dparser.c173 { FLAG, "best", F_CTL_ACTIVE, t_show_rib},
174 { FLAG, "selected", F_CTL_ACTIVE, t_show_rib},
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dbgpd.h100 #define F_CTL_ACTIVE 0x8000 macro
H A Drde.c2419 if ((req->flags & F_CTL_ACTIVE) && p->re->active != p) in rde_dump_filter()