Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_syncookie.c582 if (to->to_flags & TOF_MSS) { in syncookie_generate()
H A Dtcp_var.h1071 #define TOF_MSS 0x0010 macro
H A Dtcp_input.c2646 tpi->to->to_flags |= TOF_MSS; in tcp_setup_server_socket()
6426 to->to_flags |= TOF_MSS; in tcp_dooptions()
6533 if (to->to_flags & TOF_MSS) { in tcp_finalize_options()
H A Dtcp_output.c743 case TOF_MSS: in tcp_addoptions()
H A Dtcp_subr.c873 to.to_flags = TOF_MSS; in tcp_filloptions()