HomeSort by: relevance | last modified time | path
    Searched defs:iftab (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 1135 struct node_host *iftab; variable in typeref:struct:node_host *
1217 iftab = h;
1230 if (iftab == NULL)
1252 for (n = iftab; n; n = n->next) {
1320 if (iftab == NULL)
1323 for (p = iftab; p; p = p->next) {
pfctl_parser.c 1135 struct node_host *iftab; variable in typeref:struct:node_host *
1217 iftab = h;
1230 if (iftab == NULL)
1252 for (n = iftab; n; n = n->next) {
1320 if (iftab == NULL)
1323 for (p = iftab; p; p = p->next) {

Completed in 25 milliseconds