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 */
123 typedef struct tcphdra_s { struct124 in_port_t tha_lport; /* Source port */125 in_port_t tha_fport; /* Destination port */126 uint32_t tha_seq; /* Sequence number */127 uint32_t tha_ack; /* Acknowledgement number */128 uint8_t tha_offset_and_reserved; /* Offset to the packet data */129 uint8_t tha_flags;130 uint16_t tha_win; /* Allocation number */131 uint16_t tha_sum; /* TCP checksum */132 uint16_t tha_urp; /* Urgent pointer */