Searched refs:O_PROTO (Results 1 – 8 of 8) sorted by relevance
| /freebsd/tests/atf_python/sys/netpfil/ipfw/ |
| H A D | insn_headers.py | 16 O_PROTO = 11 variable in IpFwOpcode
|
| H A D | insns.py | 279 def __init__(self, opcode=IpFwOpcode.O_PROTO, is_or=False, is_not=False, arg1=0): 687 AttrDescr(IpFwOpcode.O_PROTO, InsnProto),
|
| /freebsd/sbin/ipfw/tests/ |
| H A D | test_add_rule.py | 486 Insn(IpFwOpcode.O_PROTO, arg1=6), 502 Insn(IpFwOpcode.O_PROTO, arg1=6),
|
| /freebsd/sys/netinet/ |
| H A D | ip_fw.h | 184 O_PROTO = 11, /* arg1=protocol */ enumerator
|
| /freebsd/sbin/ipfw/ |
| H A D | ipfw2.c | 1751 case O_PROTO: in print_instruction() 2309 case O_PROTO: in print_proto() 2340 cmd = print_opcode(bp, fo, state, O_PROTO); in print_proto() 3929 fill_cmd(cmd, O_PROTO, 0, proto); in add_proto0()
|
| /freebsd/sys/netinet/libalias/ |
| H A D | alias_db.c | 2375 cmd = fill_cmd(cmd, O_PROTO, F_INSN_SIZE(ipfw_insn), 0, proto); in fill_rule()
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw_sockopt.c | 1284 case O_PROTO: in ipfw_check_opcode()
|
| H A D | ip_fw2.c | 2098 case O_PROTO: in ipfw_chk()
|