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

  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 223 const struct pf_timeout pf_timeouts[] = { variable in typeref:typename:const struct pf_timeout[]
976 for (j = 0; pf_timeouts[j].name != NULL;
978 if (pf_timeouts[j].timeout == i)
980 printf("%s %u", pf_timeouts[j].name == NULL ?
981 "inv.timeout" : pf_timeouts[j].name,

Completed in 12 milliseconds