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

  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 78 struct node_host *host_dns(const char *, int, int);
1448 if (cont && (h = host_dns(ps, v4mask, v6mask)) != NULL)
1565 host_dns(const char *s, int v4mask, int v6mask) function
1574 err(1, "host_dns: strdup");
1605 err(1, "host_dns: calloc");

Completed in 13 milliseconds