Home
last modified time | relevance | path

Searched defs:tcphdr_s (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h70 typedef struct tcphdr_s { struct
71 uint8_t th_lport[2]; /* Source port */
72 uint8_t th_fport[2]; /* Destination port */
73 uint8_t th_seq[4]; /* Sequence number */
74 uint8_t th_ack[4]; /* Acknowledgement number */
75 uint8_t th_offset_and_rsrvd[1]; /* Offset to the packet data */
76 uint8_t th_flags[1];
77 uint8_t th_win[2]; /* Allocation number */
78 uint8_t th_sum[2]; /* TCP checksum */
79 uint8_t th_urp[2]; /* Urgent pointer */
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h93 typedef struct tcphdr_s { struct
94 uint8_t th_lport[2]; /* Source port */
95 uint8_t th_fport[2]; /* Destination port */
96 uint8_t th_seq[4]; /* Sequence number */
97 uint8_t th_ack[4]; /* Acknowledgement number */
98 uint8_t th_offset_and_rsrvd[1]; /* Offset to the packet data */
99 uint8_t th_flags[1];
100 uint8_t th_win[2]; /* Allocation number */
101 uint8_t th_sum[2]; /* TCP checksum */
102 uint8_t th_urp[2]; /* Urgent pointer */