Searched refs:parseextvalue (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.sbin/bgpctl/ |
| D | parser.c | 1270 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/ |
| D | parse.y | 4477 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()
|