Home
last modified time | relevance | path

Searched refs:host_if (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl_parser.c77 struct node_host *host_if(const char *, int, int *);
1827 if (cont && (h = host_if(ps, mask, &cont)) != NULL) in host()
1843 host_if(const char *s, int mask, int *cont) in host_if() function