TCPIP_IPV6_DefaultRouterDelete Function

C

void TCPIP_IPV6_DefaultRouterDelete(
    TCPIP_NET_HANDLE netH
);

Description

This function deletes all default routers on a given interface.

Preconditions

The IPv6 stack is initialized and the interface is up and configured.

Parameters

ParametersDescription
netHThe interface for which to delete the router address.

Returns

None.

Remarks

None.