TCPIP_IPV6_AddressUnicastRemove Function
C
void TCPIP_IPV6_AddressUnicastRemove(
TCPIP_NET_HANDLE netH,
const IPV6_ADDR * address
);
Description
This function is used to remove a configured unicast address from an interface.
Preconditions
TCPIP_IPV6_Initialize() should be called. TCPIP_IPV6_InterfaceIsReady should be true.
Parameters
Parameters | Description |
---|---|
netH | The interface to remove the address. |
address | The address. |
Returns
None.
Remarks
None.