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 = 33, /* u32 = desired seq. */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c1893 case O_TCPACK: in print_instruction()
5303 cmd->opcode = (i == TOK_TCPSEQ) ? O_TCPSEQ : O_TCPACK; in compile_rule()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c1377 case O_TCPACK: in ipfw_check_opcode()
H A Dip_fw2.c2595 case O_TCPACK: in ipfw_chk()