Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp.h139 #define TCPOPT_TSTAMP_HDR \ macro
H A Dtcp_output.c1867 *lp++ = htonl(TCPOPT_TSTAMP_HDR); in tcp_output()
H A Dtcp_input.c2215 *(u_int32_t *)(void *)optp == htonl(TCPOPT_TSTAMP_HDR) && in tcp_input()
/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1207 if (sts_hdr != htonl(TCPOPT_TSTAMP_HDR) || in can_agg_slowpath()
1208 ts_hdr != htonl(TCPOPT_TSTAMP_HDR)) { in can_agg_slowpath()