Searched refs:O_IP4 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/tests/atf_python/sys/netpfil/ipfw/ |
| H A D | insn_headers.py | 83 O_IP4 = 78 variable in IpFwOpcode
|
| H A D | insns.py | 685 AttrDescr(IpFwOpcode.O_IP4, InsnEmpty),
|
| /freebsd/sbin/ipfw/tests/ |
| H A D | test_add_rule.py | 143 InsnEmpty(IpFwOpcode.O_IP4),
|
| /freebsd/sbin/ipfw/ |
| H A D | ipfw2.c | 1961 case O_IP4: in print_instruction() 2312 case O_IP4: in print_proto() 2335 cmd = print_opcode(bp, fo, state, ip4 > ip6 ? O_IP4: O_IP6); in print_proto() 2337 cmd = print_opcode(bp, fo, state, ip4 > ip6 ? O_IP6: O_IP4); in print_proto() 3943 fill_cmd(cmd, O_IP4, 0, 0); in add_proto() 3964 fill_cmd(cmd, O_IP4, 0, 0); in add_proto_compat() 5509 fill_cmd(cmd, O_IP4, 0, 0); in compile_rule()
|
| /freebsd/sys/netinet/ |
| H A D | ip_fw.h | 278 O_IP4 = 78, enumerator
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw_sockopt.c | 1309 case O_IP4: in ipfw_check_opcode()
|
| H A D | ip_fw2.c | 2795 case O_IP4: in ipfw_chk()
|