Searched refs:O_IP4 (Results 1 – 5 of 5) sorted by relevance
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | insn_headers.py | 83 O_IP4 = 78 variable in IpFwOpcode
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 277 O_IP4, enumerator
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 1906 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 D | ip_fw2.c | 2739 case O_IP4: in ipfw_chk()
|
H A D | ip_fw_sockopt.c | 1355 case O_IP4: in ipfw_check_opcode()
|