Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c158 case IP_FW_PASS: in ipfw_check_packet()
377 case IP_FW_PASS: in ipfw_check_frame()
H A Dip_fw2.c1447 return (IP_FW_PASS); /* accept */ in ipfw_chk()
1790 return (IP_FW_PASS); /* accept */ in ipfw_chk()
3051 retval = IP_FW_PASS; in ipfw_chk()
3068 retval = IP_FW_PASS; in ipfw_chk()
H A Dip_fw_private.h55 IP_FW_PASS = 0, enumerator
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c1611 if (ret != IP_FW_PASS && args->m != NULL) { in ipfw_nat64lsn()