Home
last modified time | relevance | path

Searched refs:parselargecommunity (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/bgpctl/
H A Dparser.c476 void parselargecommunity(struct community *c, char *s);
698 parselargecommunity(&res.community, argv[1]); in match_token()
1226 parselargecommunity(struct community *c, char *s) in parselargecommunity() function
/openbsd/usr.sbin/bgpd/
H A Dparse.y4353 parselargecommunity(struct community *c, char *s) in parselargecommunity() function
4388 return parselargecommunity(c, s); in parsecommunity()