An IPv4 or IPv6 address. More...
#include <types.h>
Data Fields | |
| net_addr_family_t | family |
| Which member of addr is valid. | |
| union { | |
| uint8_t v4 [4] | |
| IPv4 address, network byte order. | |
| uint8_t v6 [16] | |
| IPv6 address, network byte order. | |
| } | addr |
| Address bytes - see family. | |