#include <vpnapi.h>
Public Attributes | |
| struct { | |
| uint32_t pad [3] | |
| in_addr addr | |
| IP address in network order. | |
| } | ipv4 |
this datatype is set up so that ipv6 support can be added without breaking binary compatibility. Also, the padding in struct ipv4 causes an IPv4 address stored into this structure to be in a format understood IPv6 address parsing routines.
Definition at line 243 of file vpnapi.h.
|
|
IP address in network order.
|
|
|
|
|
|
|
1.4.4