OpenDOF Project
DOFAddress InetTransport_CreateIPv6Address ( const uint8  addr[16],
uint16  port 
)

Create a new IPv6 address given an address and a port.

Parameters
addrThe IPv6 address. This should not be NULL.
portThe port.
Returns
The new address, or NULL if one could not be created.
Resource Management:
This function allocates resources that must later be freed by calling DOFAddress_Destroy.
core-c-dof-inet-posix Version 2.0.2 Build 0
2017-04-26