Home
last modified time | relevance | path

Searched refs:O_IP6 (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py80 O_IP6 = 75 variable in IpFwOpcode
/freebsd/sbin/ipfw/
H A Dipv6.c97 if (cmd->o.opcode == O_IP6) { in print_ip6()
H A Dipfw2.c1901 case O_IP6: in print_instruction()
2262 case O_IP6: in print_proto()
2280 cmd = print_opcode(bp, fo, state, ip4 > ip6 ? O_IP4: O_IP6); in print_proto()
2282 cmd = print_opcode(bp, fo, state, ip4 > ip6 ? O_IP6: O_IP4); in print_proto()
3874 fill_cmd(cmd, O_IP6, 0, 0); in add_proto()
3895 fill_cmd(cmd, O_IP6, 0, 0); in add_proto_compat()
5399 fill_cmd(cmd, O_IP6, 0, 0); in compile_rule()
/freebsd/sys/netinet/
H A Dip_fw.h269 O_IP6, enumerator
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c1353 case O_IP6: in ipfw_check_opcode()
1612 case O_IP6: in ipfw_check_opcode()
H A Dip_fw2.c2734 case O_IP6: in ipfw_chk()