Searched refs:t_show_rib (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/bgpctl/ |
H A D | parser.c | 92 static const struct token t_show_rib[]; variable 194 { PATHID, "path-id", NONE, t_show_rib}, 198 { FLAG, "ssv", F_CTL_SSV, t_show_rib}, 202 { FAMILY, "", NONE, t_show_rib}, 244 { GROUPDESC, "", NONE, t_show_rib}, 250 { PEERADDRESS, "", NONE, t_show_rib}, 251 { PEERDESC, "", NONE, t_show_rib}, 261 { RIBNAME, "", NONE, t_show_rib}, 321 { ASNUM, "", NONE, t_show_rib}, 331 { FLAG, "all", F_LONGER, t_show_rib}, [all …]
|
/openbsd/usr.sbin/dvmrpctl/ |
H A D | parser.c | 56 static const struct token t_show_rib[]; variable 72 {KEYWORD, "rib", SHOW_RIB, t_show_rib}, 96 static const struct token t_show_rib[] = { variable
|
/openbsd/usr.sbin/ripctl/ |
H A D | parser.c | 58 static const struct token t_show_rib[]; variable 80 {KEYWORD, "rib", SHOW_RIB, t_show_rib}, 95 static const struct token t_show_rib[] = { variable
|
/openbsd/usr.sbin/ospfctl/ |
H A D | parser.c | 60 static const struct token t_show_rib[]; variable 84 {KEYWORD, "rib", SHOW_RIB, t_show_rib}, 121 static const struct token t_show_rib[] = { variable
|
/openbsd/usr.sbin/ospf6ctl/ |
H A D | parser.c | 61 static const struct token t_show_rib[]; variable 85 {KEYWORD, "rib", SHOW_RIB, t_show_rib}, 123 static const struct token t_show_rib[] = { variable
|