| 
    LibXenon
    
   Bare-metal Xbox 360 homebrew library 
   | 
 
#include <ip.h>

Public Member Functions | |
| PACK_STRUCT_FIELD (u8_t _v_hl) | |
| PACK_STRUCT_FIELD (u8_t _tos) | |
| PACK_STRUCT_FIELD (u16_t _len) | |
| PACK_STRUCT_FIELD (u16_t _id) | |
| PACK_STRUCT_FIELD (u16_t _offset) | |
| PACK_STRUCT_FIELD (u8_t _ttl) | |
| PACK_STRUCT_FIELD (u8_t _proto) | |
| PACK_STRUCT_FIELD (u16_t _chksum) | |
| PACK_STRUCT_FIELD (ip_addr_p_t src) | |
| PACK_STRUCT_FIELD (ip_addr_p_t dest) | |
Data Fields | |
| u8_t | tclass1:4 | 
| u8_t | v:4 | 
| u8_t | flow1:4 | 
| u8_t | tclass2:4 | 
| u16_t | flow2 | 
| u16_t | len | 
| u8_t | nexthdr | 
| u8_t | hoplim | 
| struct ip_addr src | dest | 
| ip_hdr::PACK_STRUCT_FIELD | ( | ip_addr_p_t | dest | ) | 
| ip_hdr::PACK_STRUCT_FIELD | ( | ip_addr_p_t | src | ) | 
| ip_hdr::PACK_STRUCT_FIELD | ( | u16_t | _chksum | ) | 
| ip_hdr::PACK_STRUCT_FIELD | ( | u16_t | _id | ) | 
| ip_hdr::PACK_STRUCT_FIELD | ( | u16_t | _len | ) | 
| ip_hdr::PACK_STRUCT_FIELD | ( | u16_t | _offset | ) | 
| ip_hdr::PACK_STRUCT_FIELD | ( | u8_t | _proto | ) | 
| ip_hdr::PACK_STRUCT_FIELD | ( | u8_t | _tos | ) | 
| ip_hdr::PACK_STRUCT_FIELD | ( | u8_t | _ttl | ) | 
| ip_hdr::PACK_STRUCT_FIELD | ( | u8_t | _v_hl | ) |