Searched refs:ipfw_hook (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c491 ipfw_hook(int onoff, int pf) function
514 ipfw_hook(0, AF_INET);
515 else if (V_fw_enable && ipfw_hook(1, AF_INET) != 0) {
516 error = ENOENT; /* see ip_fw_pfil.c::ipfw_hook() */
517 printf("ipfw_hook() error\n");
521 ipfw_hook(0, AF_INET6);
522 else if (V_fw6_enable && ipfw_hook(1, AF_INET6) != 0) {
528 ipfw_hook(0, AF_LINK);
529 else if (V_fwlink_enable && ipfw_hook(1, AF_LINK) != 0) {
567 error = ipfw_hook(newva
[all...]

Completed in 48 milliseconds