Home
last modified time | relevance | path

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

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Doutput.c70 if (res->flags & F_CTL_DETAIL) in show_head()
888 if (res->flags & F_CTL_DETAIL) in show_rib()
H A Dparser.c175 { FLAG, "detail", F_CTL_DETAIL, t_show_rib},
204 { FLAG, "detail", F_CTL_DETAIL, t_show_mrt},
H A Dbgpctl.c1181 if (req->flags & F_CTL_DETAIL) { in show_mrt_dump()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dbgpd.h97 #define F_CTL_DETAIL 0x1000 /* only set on requests */ macro
H A Drde.c2355 if (flags & F_CTL_DETAIL) { in rde_dump_rib_as()