Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_syncookie.c585 if (to->to_flags & TOF_SCALE) { in syncookie_generate()
H A Dtcp_input.c2643 tpi->to->to_flags |= TOF_SCALE; in tcp_setup_server_socket()
4105 !(to.to_flags & TOF_SCALE)) { in tcp_input()
6435 to->to_flags |= TOF_SCALE; in tcp_dooptions()
6542 if (to->to_flags & TOF_SCALE) { in tcp_finalize_options()
H A Dtcp_var.h1072 #define TOF_SCALE 0x0020 macro
H A Dtcp_subr.c870 if (peer_to->to_flags & TOF_SCALE) { in tcp_filloptions()
872 to.to_flags |= TOF_SCALE; in tcp_filloptions()
H A Dtcp_output.c699 case TOF_SCALE: in tcp_addoptions()