Searched refs:O_NOP (Results 1 – 6 of 6) sorted by relevance
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | insn_headers.py | 5 O_NOP = 0 variable in IpFwOpcode
|
H A D | insns.py | 238 def __init__(self, opcode=IpFwOpcode.O_NOP, is_or=False, is_not=False, arg1=0, comment=""): 537 AttrDescr(IpFwOpcode.O_NOP, InsnComment),
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 165 O_NOP, enumerator
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 1821 case O_NOP: in print_instruction() 1911 * Skip O_NOP, when we printing the rest in print_opcode() 1914 if (cmd->opcode == O_NOP && opcode != O_NOP) in print_opcode() 2406 cmd = print_opcode(bp, fo, &state, O_NOP); in show_static_rule() 3650 cmd->opcode = O_NOP; in fill_comment()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 1918 case O_NOP: in ipfw_chk()
|
H A D | ip_fw_sockopt.c | 1931 case O_NOP: in check_ipfw_rule_body()
|