LibXenon
Bare-metal Xbox 360 homebrew library
|
#include <vjbsdhdr.h>
Data Fields | |
unsigned | ip_hl:4 |
unsigned | ip_v:4 |
u_char | ip_tos |
u_short | ip_len |
u_short | ip_id |
u_short | ip_off |
u_char | ip_ttl |
u_char | ip_p |
u_short | ip_sum |
struct in_addr ip_src | ip_dst |
Definition at line 14 of file vjbsdhdr.h.
struct in_addr ip_src ip::ip_dst |
Definition at line 39 of file vjbsdhdr.h.
unsigned ip::ip_hl |
Definition at line 20 of file vjbsdhdr.h.
u_short ip::ip_id |
Definition at line 31 of file vjbsdhdr.h.
u_short ip::ip_len |
Definition at line 30 of file vjbsdhdr.h.
u_short ip::ip_off |
Definition at line 32 of file vjbsdhdr.h.
u_char ip::ip_p |
Definition at line 37 of file vjbsdhdr.h.
u_short ip::ip_sum |
Definition at line 38 of file vjbsdhdr.h.
u_char ip::ip_tos |
Definition at line 29 of file vjbsdhdr.h.
u_char ip::ip_ttl |
Definition at line 36 of file vjbsdhdr.h.
unsigned ip::ip_v |
Definition at line 21 of file vjbsdhdr.h.