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

  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 1312 const char *last_if = NULL; local in function:ifa_lookup
1336 if (last_if == NULL || strcmp(last_if, p->ifname))
1338 last_if = p->ifname;

Completed in 28 milliseconds