The lrtr_ip_addr struct stores a IPv4 or IPv6 address in host byte order. More...
#include <ip.h>
Data Fields | |
| union { | |
| struct lrtr_ipv4_addr addr4 | |
| struct lrtr_ipv6_addr addr6 | |
| } | u |
| enum lrtr_ip_version | ver |
| ver | Specifies the type of the stored address. | |
| u | Union holding a lrtr_ipv4_addr or lrtr_ipv6_addr. |
1.6.1