Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_output.c694 to->to_mss = htons(to->to_mss); in tcp_addoptions()
695 bcopy((u_char *)&to->to_mss, optp, sizeof(to->to_mss)); in tcp_addoptions()
696 optp += sizeof(to->to_mss); in tcp_addoptions()
H A Dtcp_syncookie.c583 peer_mss = to->to_mss; /* peer mss may be zero */ in syncookie_generate()
H A Dtcp_var.h1082 uint16_t to_mss; member
H A Dtcp_input.c2645 tpi->to->to_mss = tpi->peer_mss; in tcp_setup_server_socket()
6424 to->to_mss = mss; in tcp_dooptions()
6533 tcp_mss(tp, to->to_mss, ifscope); in tcp_finalize_options()
H A Dtcp_subr.c868 to.to_mss = mss; in tcp_filloptions()