Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h296 O_TCPMSS, /* arg1=MSS value */ enumerator
/f-stack/freebsd/netinet/
H A Dip_fw.h296 O_TCPMSS, /* arg1=MSS value */ enumerator
/f-stack/tools/ipfw/
H A Dipfw2.c902 {"tcpmss", O_TCPMSS},
1615 case O_TCPMSS: in print_instruction()
1631 case O_TCPMSS: in print_instruction()
4806 i == TOK_TCPWIN ? O_TCPWIN : O_TCPMSS, in compile_rule()
4812 O_TCPMSS, 0, strtoul(*av, NULL, 0)); in compile_rule()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c2388 case O_TCPMSS: in ipfw_chk()
H A Dip_fw_sockopt.c1932 case O_TCPMSS: in check_ipfw_rule_body()