Home | History | Annotate | Download | only in pfctl

Lines Matching defs:cont

1414 	int			 mask, v4mask, v6mask, cont = 1;
1436 if (cont && (h = host_if(ps, mask)) != NULL)
1437 cont = 0;
1440 if (cont && (h = host_v4(s, mask)) != NULL)
1441 cont = 0;
1444 if (cont && (h = host_v6(ps, v6mask)) != NULL)
1445 cont = 0;
1448 if (cont && (h = host_dns(ps, v4mask, v6mask)) != NULL)
1449 cont = 0;
1452 if (h == NULL || cont == 1) {