Home
last modified time | relevance | path

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

/freebsd-head/tests/atf_python/sys/netpfil/ipfw/
HDinsn_headers.py37 O_TCPSEQ = 32 variable in IpFwOpcode
/freebsd-head/sys/netinet/
HDip_fw.h211 O_TCPSEQ, /* u32 = desired seq. */ enumerator
/freebsd-head/sbin/ipfw/
HDipfw2.c1844 case O_TCPSEQ: in print_instruction()
5199 cmd->opcode = (i == TOK_TCPSEQ) ? O_TCPSEQ : O_TCPACK; in compile_rule()
/freebsd-head/sys/netpfil/ipfw/
HDip_fw2.c2533 case O_TCPSEQ: in ipfw_chk()
HDip_fw_sockopt.c1420 case O_TCPSEQ: in ipfw_check_opcode()