Home
last modified time | relevance | path

Searched refs:O_NOP (Results 1 – 6 of 6) sorted by path

/freebsd/sbin/ipfw/
H A Dipfw2.c1821 case O_NOP: in print_instruction()
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/netinet/
H A Dip_fw.h165 O_NOP, enumerator
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1918 case O_NOP: in ipfw_chk()
H A Dip_fw_sockopt.c1931 case O_NOP: in check_ipfw_rule_body()
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py5 O_NOP = 0 variable in IpFwOpcode
H A Dinsns.py238 def __init__(self, opcode=IpFwOpcode.O_NOP, is_or=False, is_not=False, arg1=0, comment=""):
537 AttrDescr(IpFwOpcode.O_NOP, InsnComment),