Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/bgpctl/
Dparser.c1270 parseextvalue(int type, char *s, uint32_t *v, uint32_t *flag) in parseextvalue() function
1370 type = parseextvalue(type, s, &uval, &dflag1); in parseextcommunity()
/openbsd/src/usr.sbin/bgpd/
Dparse.y4477 parseextvalue(int type, char *s, uint32_t *v, uint32_t *flag) in parseextvalue() function
4591 if ((type = parseextvalue(type, s, &uval, &dflag1)) == -1) in parseextcommunity()