#include "net/arch.h"Go to the source code of this file.
Data Structures | |
| struct | ip_addr |
Defines | |
| #define | IP6_ADDR(ipaddr, a, b, c, d, e, f, g, h) |
| #define | IP_ADDR_ANY 0 |
Functions | |
| int | ip_addr_cmp (struct ip_addr *addr1, struct ip_addr *addr2) |
| int | ip_addr_isany (struct ip_addr *addr) |
| int | ip_addr_maskcmp (struct ip_addr *addr1, struct ip_addr *addr2, struct ip_addr *mask) |
| void | ip_addr_set (struct ip_addr *dest, struct ip_addr *src) |
| #define IP6_ADDR | ( | ipaddr, | |||
| a, | |||||
| b, | |||||
| c, | |||||
| d, | |||||
| e, | |||||
| f, | |||||
| g, | |||||
| h | ) |
| int ip_addr_isany | ( | struct ip_addr * | addr | ) |
1.4.7