Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/pfctl/
HDpfctl_parser.c75 struct node_host *host_if(const char *, int, int *);
1770 if (cont && (h = host_if(ps, mask, &cont)) != NULL) in host()
1786 host_if(const char *s, int mask, int *cont) in host_if() function