Home
last modified time | relevance | path

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

/freebsd-head/sbin/pfctl/
HDpfctl_parser.h371 struct node_host *ifa_grouplookup(char *ifa_name, int flags);
HDpfctl.c393 if ((h = ifa_grouplookup(p->pfik_name, 0)) == NULL) in pfctl_check_skip_ifaces()
418 if ((h = ifa_grouplookup(p->pfik_name, 0)) == NULL) in pfctl_adjust_skip_ifaces()
2770 h = ifa_grouplookup(ifname, 0); in pfctl_set_interface_flags()
HDpfctl_parser.c1657 ifa_grouplookup(char *ifa_name, int flags) in ifa_grouplookup() function
1704 if ((h = ifa_grouplookup(ifa_name, flags)) != NULL) in ifa_lookup()