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

ParametersDescription
netHThe interface to remove the address.
addressThe address.

Returns

None.

Remarks

None.