Home
last modified time | relevance | path

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

/freebsd-head/lib/libpfctl/
HDlibpfctl.h444 int pfctl_get_eth_rules_info(int dev, struct pfctl_eth_rules_info *rules,
HDlibpfctl.c955 pfctl_get_eth_rules_info(int dev, struct pfctl_eth_rules_info *rules, in pfctl_get_eth_rules_info() function
/freebsd-head/sbin/pfctl/
HDpfctl.c1175 if ((ret = pfctl_get_eth_rules_info(dev, &info, path)) != 0) { in pfctl_show_eth_rules()