TCPIP_NDP_NborReachConfirm Function

C

void TCPIP_NDP_NborReachConfirm(
    TCPIP_NET_HANDLE netH, 
    const IPV6_ADDR * address
);

Description

This function is used by upper-layer protocols to indicate that round-trip communications were confirmed with a neighboring node.

Preconditions

None.

Parameters

ParametersDescription
pNetIfThe interface on which the DNS event occurred.
addressThe DNS reported event.

Returns

None.

Remarks

None.