Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/mrouted/
Dcfparse.y75 int numbounds = 0; /* Number of named boundaries */ variable
205 | NAME STRING boundary { if (numbounds >= MAXBOUNDS) {
209 boundlist[numbounds].name = strdup($2);
210 boundlist[numbounds++].bound = $3;
347 for (i=0; i < numbounds; i++) {
353 if (i == numbounds) {
521 numbounds = 0; in config_vifs_from_file()