Home
last modified time | relevance | path

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

/xnu-12377.41.6/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()
6425 to->to_flags |= TOF_MSS; in tcp_dooptions()
6532 if (to->to_flags & TOF_MSS) { in tcp_finalize_options()
H A Dtcp_output.c683 case TOF_MSS: in tcp_addoptions()
H A Dtcp_subr.c869 to.to_flags = TOF_MSS; in tcp_filloptions()