Create a new IPv6 address given an address and a port.
- Parameters
-
addr | The IPv6 address. This should not be NULL. |
port | The 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.