Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/mrouted/
H A Dcfparse.y70 struct boundnam boundlist[MAXBOUNDS]; /* Max. of 20 named boundaries */ variable
207 boundlist[numbounds].name = strdup($2);
208 boundlist[numbounds++].bound = $3;
366 if (!strcmp(boundlist[i].name, $1)) {
367 $$ = boundlist[i].bound;