Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py38 O_TCPACK = 33 variable in IpFwOpcode
/freebsd/sys/netinet/
H A Dip_fw.h212 O_TCPACK, /* u32 = desired seq. */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c1838 case O_TCPACK: in print_instruction()
5197 cmd->opcode = (i == TOK_TCPSEQ) ? O_TCPSEQ : O_TCPACK; in compile_rule()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2539 case O_TCPACK: in ipfw_chk()
H A Dip_fw_sockopt.c1421 case O_TCPACK: in ipfw_check_opcode()