#include "lwip/opt.h"
#include "lwip/ip_addr.h"
#include "lwip/inet.h"
#include "lwip/netif.h"
Go to the source code of this file.
Defines | |
#define | IP_ADDR_ANY_VALUE 0x00000000UL |
#define | IP_ADDR_BROADCAST_VALUE 0xffffffffUL |
Functions | |
u8_t | ip_addr_isbroadcast (struct ip_addr *addr, struct netif *netif) |
Variables | |
struct ip_addr | ip_addr_any = { IP_ADDR_ANY_VALUE } |
struct ip_addr | ip_addr_broadcast = { IP_ADDR_BROADCAST_VALUE } |
This is the IPv4 address tools implementation.
Definition in file ip_addr.c.