Searched defs:tcph_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h80 } tcph_t; typedef in typeref:struct:tcphdr_s
86 #define TCP_MAX_TCP_OPTIONS_LENGTH (60 - sizeof (tcph_t))
95 (n) += TCP_HDR_LENGTH((tcph_t *)&(mp)->b_rptr[(n)])
214 tcph_t *tcp_tcph; /* tcp header within combined hdr */
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h103 } tcph_t; typedef in typeref:struct:tcphdr_s
106 ((((tcph_t *)tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2))

Completed in 61 milliseconds