Searched refs:TCP_HAS_TIMESTAMPS (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.cpp112 if ((segment.options & TCP_HAS_TIMESTAMPS) != 0
223 segment.options |= TCP_HAS_TIMESTAMPS;
451 if ((segment.options & TCP_HAS_TIMESTAMPS) != 0)
H A Dtcp.h232 TCP_HAS_TIMESTAMPS = 1 << 1, enumerator in enum:__anon14
H A DTCPEndpoint.cpp1435 if (segment.options & TCP_HAS_TIMESTAMPS) {
1584 if ((segment.options & TCP_HAS_TIMESTAMPS) == 0)
1990 segment.options |= TCP_HAS_TIMESTAMPS;

Completed in 57 milliseconds