Searched defs:tcphdr_s (Results 1 – 2 of 2) sorted by relevance
70 typedef struct tcphdr_s { struct71 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 */
93 typedef struct tcphdr_s { struct94 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 */