Home
last modified time | relevance | path

Searched refs:O_IP4 (Results 1 – 5 of 5) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py83 O_IP4 = 78 variable in IpFwOpcode
/freebsd/sys/netinet/
H A Dip_fw.h277 O_IP4, enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c1906 case O_IP4: in print_instruction()
2257 case O_IP4: 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()
3870 fill_cmd(cmd, O_IP4, 0, 0); in add_proto()
3891 fill_cmd(cmd, O_IP4, 0, 0); in add_proto_compat()
5403 fill_cmd(cmd, O_IP4, 0, 0); in compile_rule()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2739 case O_IP4: in ipfw_chk()
H A Dip_fw_sockopt.c1355 case O_IP4: in ipfw_check_opcode()