| 
    LibXenon
    
   Bare-metal Xbox 360 homebrew library 
   | 
 
#include "lwip/opt.h"
Go to the source code of this file.
Data Structures | |
| struct | ip_addr | 
| struct | ip_addr2 | 
Macros | |
| #define | IP_ADDR_ANY 0 | 
| #define | IP6_ADDR(ipaddr, a, b, c, d, e, f, g, h) | 
| #define | ip_addr_debug_print(debug, ipaddr) | 
Functions | |
| u8_t | ip_addr_netcmp (struct ip_addr *addr1, struct ip_addr *addr2, struct ip_addr *mask) | 
| u8_t | ip_addr_cmp (struct ip_addr *addr1, struct ip_addr *addr2) | 
| void | ip_addr_set (struct ip_addr *dest, struct ip_addr *src) | 
| u8_t | ip_addr_isany (struct ip_addr *addr) | 
Variables | |
| PACK_STRUCT_BEGIN struct ip_addr | PACK_STRUCT_STRUCT | 
| #define ip_addr_debug_print | ( | debug, | |
| ipaddr | |||
| ) | 
Definition at line 49 of file ip6_addr.c.
Definition at line 68 of file ip6_addr.c.
Definition at line 38 of file ip6_addr.c.
Definition at line 58 of file ip6_addr.c.
| PACK_STRUCT_END PACK_STRUCT_BEGIN struct ip_addr2 PACK_STRUCT_STRUCT |