tcphdr Struct Reference

#include <libc/netinet/tcp.h>

struct tcphdr

Detailed Description

TCP header. Per RFC 793, September, 1981.

Member Attribute Documentation

th_ack

tcp_seq th_ack

th_dport

u_short th_dport

th_flags

u_char th_flags

th_off

u_int th_off

th_seq

tcp_seq th_seq

th_sport

u_short th_sport

th_sum

u_short th_sum

th_urp

u_short th_urp

th_win

u_short th_win

th_x2

u_int th_x2