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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_pfil.c537 ipfw_hook(int onoff, int pf) function
560 ipfw_hook(0, AF_INET);
561 else if (V_fw_enable && ipfw_hook(1, AF_INET) != 0) {
562 error = ENOENT; /* see ip_fw_pfil.c::ipfw_hook() */
563 printf("ipfw_hook() error\n");
567 ipfw_hook(0, AF_INET6);
568 else if (V_fw6_enable && ipfw_hook(1, AF_INET6) != 0) {
574 ipfw_hook(0, AF_LINK);
575 else if (V_fwlink_enable && ipfw_hook(1, AF_LINK) != 0) {
613 error = ipfw_hook(newva
[all...]

Completed in 110 milliseconds