Home
last modified time | relevance | path

Searched refs:TCP_OPT_TSTAMP_PRESENT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h322 #define TCP_OPT_TSTAMP_PRESENT 4 macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c627 if (!(options & TCP_OPT_TSTAMP_PRESENT)) { in tcp_time_wait_processing()
H A Dtcp_input.c386 return (TCP_OPT_TSTAMP_PRESENT); in tcp_parse_options()
507 found |= TCP_OPT_TSTAMP_PRESENT; in tcp_parse_options()
602 if ((options & TCP_OPT_TSTAMP_PRESENT) && in tcp_process_options()
3075 if (!(options & TCP_OPT_TSTAMP_PRESENT)) { in tcp_input_data()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c130 #define TCP_OPT_TSTAMP_PRESENT 4 macro
2153 found |= TCP_OPT_TSTAMP_PRESENT; in tcp_parse_options()
2268 if ((options & TCP_OPT_TSTAMP_PRESENT) && in tcp_process_options()
2383 options = TCP_OPT_TSTAMP_PRESENT; in tcp_paws_check()
2393 if (options & TCP_OPT_TSTAMP_PRESENT) { in tcp_paws_check()