Searched defs:tcphdra_s (Results 1 – 2 of 2) sorted by relevance
98 typedef struct tcphdra_s { struct99 in_port_t tha_lport; /* Source port */100 in_port_t tha_fport; /* Destination port */101 uint32_t tha_seq; /* Sequence number */102 uint32_t tha_ack; /* Acknowledgement number */103 uint8_t tha_offset_and_reserved; /* Offset to the packet data */104 uint8_t tha_flags;105 uint16_t tha_win; /* Allocation number */106 uint16_t tha_sum; /* TCP checksum */107 uint16_t tha_urp; /* Urgent pointer */
126 typedef struct tcphdra_s { struct127 in_port_t tha_lport; /* Source port */128 in_port_t tha_fport; /* Destination port */129 uint32_t tha_seq; /* Sequence number */130 uint32_t tha_ack; /* Acknowledgement number */131 uint8_t tha_offset_and_reserved; /* Offset to the packet data */132 uint8_t tha_flags;133 uint16_t tha_win; /* Allocation number */134 uint16_t tha_sum; /* TCP checksum */135 uint16_t tha_urp; /* Urgent pointer */