Go to the source code of this file.
Data Structures |
| struct | ip_addr |
| struct | ip_addr2 |
Defines |
| #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 |