Home
last modified time | relevance | path

Searched refs:O_IN (Results 1 – 5 of 5) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py20 O_IN = 15 variable in IpFwOpcode
/freebsd/sys/netinet/
H A Dip_fw.h190 O_IN, /* none */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c1630 if (cmd->opcode != O_IN && (cmd->len & F_NOT) != 0) in print_instruction()
1722 case O_IN: in print_instruction()
4968 fill_cmd(cmd, O_IN, 0, 0); in compile_rule()
4973 fill_cmd(cmd, O_IN, 0, 0); in compile_rule()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2056 case O_IN: /* "out" is "not in" */ in ipfw_chk()
H A Dip_fw_sockopt.c1334 case O_IN: in ipfw_check_opcode()