Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/mrouted/
Dcfparse.y74 struct boundnam boundlist[MAXBOUNDS]; /* Max. of 20 named boundaries */ variable
209 boundlist[numbounds].name = strdup($2);
210 boundlist[numbounds++].bound = $3;
348 if (!strcmp(boundlist[i].name, $1)) {
349 $$ = boundlist[i].bound;