Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py36 O_TCPWIN = 31 variable in IpFwOpcode
/freebsd/sys/netinet/
H A Dip_fw.h210 O_TCPWIN = 31, /* arg1 = desired win */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c983 {"tcpwin", O_TCPWIN},
1836 case O_TCPWIN: in print_instruction()
1854 case O_TCPWIN: in print_instruction()
5313 i == TOK_TCPWIN ? O_TCPWIN : O_TCPMSS, in compile_rule()
5318 fill_cmd(cmd, i == TOK_TCPWIN ? O_TCPWIN : in compile_rule()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c1473 case O_TCPWIN: in ipfw_check_opcode()
H A Dip_fw2.c2626 case O_TCPWIN: in ipfw_chk()