Home
last modified time | relevance | path

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

/illumos-gate/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 */
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h96 typedef struct tcphdr_s { struct
97 uint8_t th_lport[2]; /* Source port */
98 uint8_t th_fport[2]; /* Destination port */
99 uint8_t th_seq[4]; /* Sequence number */
100 uint8_t th_ack[4]; /* Acknowledgement number */
101 uint8_t th_offset_and_rsrvd[1]; /* Offset to the packet data */
102 uint8_t th_flags[1];
103 uint8_t th_win[2]; /* Allocation number */
104 uint8_t th_sum[2]; /* TCP checksum */
105 uint8_t th_urp[2]; /* Urgent pointer */