#include <host_addr.h>
Data Fields | |
| guint32 | net |
| The address network type. | |
| union { | |
| guint8 ipv6 [16] | |
| This is valid if "net == NET_TYPE_IPV6". | |
| guint32 ipv4 | |
| |
| } | addr |
|
|
|
|
|
|
|
|
This is valid if "net == NET_TYPE_IPV6".
|
|
|
The address network type.
|
1.3.9.1