Home
last modified time | relevance | path

Searched refs:TOF_SACK (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h1032 #define TOF_SACK 0x0100 /* Peer sent SACK option */ macro
H A Dtcp_input.c6267 to->to_flags |= TOF_SACK; in tcp_dooptions()
6341 if (!(to->to_flags & TOF_SACK)) { in tcp_finalize_options()