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 | 277 def __init__(self, opcode=IpFwOpcode.O_PROTO, is_or=False, is_not=False, arg1=0): 538 AttrDescr(IpFwOpcode.O_PROTO, InsnProto),
|
/freebsd/sbin/ipfw/tests/ |
H A D | test_add_rule.py | 245 Insn(IpFwOpcode.O_PROTO, arg1=6), 261 Insn(IpFwOpcode.O_PROTO, arg1=6),
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 184 O_PROTO, /* arg1=protocol */ enumerator
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 1696 case O_PROTO: in print_instruction() 2254 case O_PROTO: in print_proto() 2285 cmd = print_opcode(bp, fo, state, O_PROTO); in print_proto() 3856 fill_cmd(cmd, O_PROTO, 0, proto); in add_proto0()
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_db.c | 2337 cmd = fill_cmd(cmd, O_PROTO, F_INSN_SIZE(ipfw_insn), 0, proto); in fill_rule()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 2078 case O_PROTO: in ipfw_chk()
|
H A D | ip_fw_sockopt.c | 1330 case O_PROTO: in ipfw_check_opcode()
|