Home
last modified time | relevance | path

Searched refs:O_FORWARD_IP6 (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py91 O_FORWARD_IP6 = 86 variable in IpFwOpcode
H A Dinsns.py51 IpFwOpcode.O_FORWARD_IP6.value,
/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_log.c242 case O_FORWARD_IP6: { in ipfw_log()
H A Dip_fw2.c3155 case O_FORWARD_IP6: in ipfw_chk()
H A Dip_fw_sockopt.c1980 case O_FORWARD_IP6: in check_ipfw_rule_body()
/freebsd-14.2/sys/netinet/
H A Dip_fw.h283 O_FORWARD_IP6, /* fwd sockaddr_in6 */ enumerator
/freebsd-14.2/sbin/ipfw/
H A Dipfw2.c2022 case O_FORWARD_IP6: in print_action_instruction()
2275 O_NETGRAPH, O_NGTEE, O_FORWARD_IP, O_FORWARD_IP6, O_NAT,
4304 action->opcode = O_FORWARD_IP6; in compile_rule()