Home
last modified time | relevance | path

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

/freebsd/share/dtrace/
H A Dipfw.d48 #pragma D binding "1.0" IP_FW_NAT
49 inline int IP_FW_NAT = 7; variable
64 ret == IP_FW_NAT ? "NAT" :
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_nat.c354 return (IP_FW_NAT); in ipfw_nat()
375 return (IP_FW_NAT); in ipfw_nat()
458 return (IP_FW_NAT); in ipfw_nat()
H A Dip_fw_pfil.c302 case IP_FW_NAT: in ipfw_check_packet()
H A Dip_fw_private.h60 IP_FW_NAT, enumerator