LibXenon
Bare-metal Xbox 360 homebrew library
|
#include <vjbsdhdr.h>
Data Fields | |
u_short | th_sport |
u_short | th_dport |
tcp_seq | th_seq |
tcp_seq | th_ack |
unsigned | th_x2:4 |
unsigned | th_off:4 |
u_char | th_flags |
u_short | th_win |
u_short | th_sum |
u_short | th_urp |
Definition at line 50 of file vjbsdhdr.h.
tcp_seq tcphdr::th_ack |
Definition at line 55 of file vjbsdhdr.h.
u_short tcphdr::th_dport |
Definition at line 53 of file vjbsdhdr.h.
u_char tcphdr::th_flags |
Definition at line 68 of file vjbsdhdr.h.
unsigned tcphdr::th_off |
Definition at line 61 of file vjbsdhdr.h.
tcp_seq tcphdr::th_seq |
Definition at line 54 of file vjbsdhdr.h.
u_short tcphdr::th_sport |
Definition at line 52 of file vjbsdhdr.h.
u_short tcphdr::th_sum |
Definition at line 70 of file vjbsdhdr.h.
u_short tcphdr::th_urp |
Definition at line 71 of file vjbsdhdr.h.
u_short tcphdr::th_win |
Definition at line 69 of file vjbsdhdr.h.
unsigned tcphdr::th_x2 |
Definition at line 60 of file vjbsdhdr.h.