This file (together with sockets.h) aims to provide structs and functions from. More...
Go to the source code of this file.
| Data Structures | |
| struct | in_addr | 
| struct | in6_addr | 
| Macros | |
| #define | INADDR_NONE IPADDR_NONE | 
| 255.255.255.255  More... | |
| #define | INADDR_LOOPBACK IPADDR_LOOPBACK | 
| 127.0.0.1  More... | |
| #define | INADDR_ANY IPADDR_ANY | 
| 0.0.0.0  More... | |
| #define | INADDR_BROADCAST IPADDR_BROADCAST | 
| 255.255.255.255  More... | |
| #define | IN6ADDR_ANY_INIT {{{0,0,0,0}}} | 
| This macro can be used to initialize a variable of type struct in6_addr to the IPv6 wildcard address.  More... | |
| #define | IN6ADDR_LOOPBACK_INIT {{{0,0,0,PP_HTONL(1)}}} | 
| This macro can be used to initialize a variable of type struct in6_addr to the IPv6 loopback address.  More... | |
| Variables | |
| const struct in6_addr | in6addr_any | 
| This variable is initialized by the system to contain the wildcard IPv6 address.  More... | |
This file (together with sockets.h) aims to provide structs and functions from.
Definition in file lwip/inet.h.
| #define IN6ADDR_ANY_INIT {{{0,0,0,0}}} | 
This macro can be used to initialize a variable of type struct in6_addr to the IPv6 wildcard address.
Definition at line 81 of file lwip/inet.h.
| #define IN6ADDR_LOOPBACK_INIT {{{0,0,0,PP_HTONL(1)}}} | 
This macro can be used to initialize a variable of type struct in6_addr to the IPv6 loopback address.
Definition at line 84 of file lwip/inet.h.
| #define INADDR_ANY IPADDR_ANY | 
0.0.0.0
Definition at line 75 of file lwip/inet.h.
| #define INADDR_BROADCAST IPADDR_BROADCAST | 
255.255.255.255
Definition at line 77 of file lwip/inet.h.
| #define INADDR_LOOPBACK IPADDR_LOOPBACK | 
127.0.0.1
Definition at line 73 of file lwip/inet.h.
| #define INADDR_NONE IPADDR_NONE | 
255.255.255.255
Definition at line 71 of file lwip/inet.h.
| const struct in6_addr in6addr_any | 
This variable is initialized by the system to contain the wildcard IPv6 address.