Home
last modified time | relevance | path

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

/xnu-12377.61.12/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()
4106 !(to.to_flags & TOF_SCALE)) { in tcp_input()
6436 to->to_flags |= TOF_SCALE; in tcp_dooptions()
6543 if (to->to_flags & TOF_SCALE) { in tcp_finalize_options()
H A Dtcp_var.h1072 #define TOF_SCALE 0x0020 macro
H A Dtcp_subr.c874 if (peer_to->to_flags & TOF_SCALE) { in tcp_filloptions()
876 to.to_flags |= TOF_SCALE; in tcp_filloptions()
H A Dtcp_output.c759 case TOF_SCALE: in tcp_addoptions()