Data Structures | |
struct | ipv6addr |
IPv6 address structure. More... | |
Typedefs | |
typedef uint16 | ipv6port |
Functions | |
const char * | ipv6_scan (const char *s, ipv6addr *addr) |
const char * | ipv6_format (const ipv6addr *addr) |
unsigned | fmt_ipv6addr (char *buffer, const ipv6addr *addr) |
Variables | |
const ipv6addr | IPV6ADDR_ANY |
const ipv6addr | IPV6ADDR_LOOPBACK |
|
IPv6 port number.
|
|
Produce a formatted string from an IPv6 address.
The given buffer must be at least 39 bytes long, or 40 bytes if it needs to contain the standard trailing
|
|
Produce a formatted C string from an IPv6 address.
|
|
Scan a C string for an IPv6 address.
|
|
IPv6 "any" address constant.
|
|
IPv6 loopback address constant.
|