Searched refs:ndpInfo (Results 1 – 1 of 1) sorted by relevance
335 NdpInfo ndpInfo = new NdpInfo(ndpId); in onDataPathInitiateSuccess() local336 ndpInfo.state = NdpInfo.STATE_WAIT_FOR_CONFIRM; in onDataPathInitiateSuccess()337 ndpInfo.peerDiscoveryMac = nnri.specifiedPeerDiscoveryMac; in onDataPathInitiateSuccess()338 nnri.ndpInfos.put(ndpId, ndpInfo); in onDataPathInitiateSuccess()404 NdpInfo ndpInfo = nnriE.getValue().ndpInfos.get(ndpId); in onDataPathRequest() local409 if (ndpInfo == null) { in onDataPathRequest()415 ndpInfo.peerPort = peerServerInfo.port; in onDataPathRequest()418 ndpInfo.peerTransportProtocol = peerServerInfo.transportProtocol; in onDataPathRequest()421 ndpInfo.peerIpv6Override = peerServerInfo.ipv6Override; in onDataPathRequest()489 NdpInfo ndpInfo = new NdpInfo(ndpId); in onDataPathRequest() local[all …]