Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py34 O_ESTAB = 29 variable in IpFwOpcode
/freebsd/sys/netinet/
H A Dip_fw.h208 O_ESTAB, /* none (tcp established) */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c1829 case O_ESTAB: in print_instruction()
5168 fill_cmd(cmd, O_ESTAB, 0, 0); in compile_rule()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2589 case O_ESTAB: in ipfw_chk()
H A Dip_fw_sockopt.c1344 case O_ESTAB: in ipfw_check_opcode()