Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py37 O_TCPSEQ = 32 variable in IpFwOpcode
/freebsd/sys/netinet/
H A Dip_fw.h211 O_TCPSEQ, /* u32 = desired seq. */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c1842 case O_TCPSEQ: in print_instruction()
5197 cmd->opcode = (i == TOK_TCPSEQ) ? O_TCPSEQ : O_TCPACK; in compile_rule()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2533 case O_TCPSEQ: in ipfw_chk()
H A Dip_fw_sockopt.c1420 case O_TCPSEQ: in ipfw_check_opcode()