![]() |
ucspi-ssl
0.99e
TLS encryption for IPv6 communication
|
#include "byte.h"
#include "stralloc.h"
#include "str.h"
#include "ip6.h"
#include "hexconversion.h"
Go to the source code of this file.
Functions | |
unsigned int | ip6_expandaddr (char *src, stralloc *destination) |
unsigned int ip6_expandaddr | ( | char * | src, |
stralloc * | destination | ||
) |
This function expands any valid IPv6 address into its full format of 16 bytes. It returns the number of processed tokens on success.
src | Source IPv6 address. |
destination | Expanded IPv6 address. |
Definition at line 15 of file ip6_expandaddr.c.