Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py91 O_FORWARD_IP6 = 86 variable in IpFwOpcode
H A Dinsns.py53 IpFwOpcode.O_FORWARD_IP6.value,
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c225 case O_FORWARD_IP6: in ipfw_log_syslog()
531 case O_FORWARD_IP6: in ipfw_rtsocklog_handle_tablearg()
H A Dip_fw_sockopt.c1521 case O_FORWARD_IP6: in ipfw_check_opcode()
H A Dip_fw2.c3337 case O_FORWARD_IP6: in ipfw_chk()
/freebsd/sys/netinet/
H A Dip_fw.h292 O_FORWARD_IP6 = 86, /* fwd sockaddr_in6 */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c2154 case O_FORWARD_IP6: in print_action_instruction()
2418 O_NETGRAPH, O_NGTEE, O_FORWARD_IP, O_FORWARD_IP6, O_NAT,
4567 action->opcode = O_FORWARD_IP6; in compile_rule()