Searched refs:ndpInfo (Results 1 – 1 of 1) sorted by relevance
327 NdpInfo ndpInfo = new NdpInfo(ndpId); in onDataPathInitiateSuccess() local328 ndpInfo.state = NdpInfo.STATE_WAIT_FOR_CONFIRM; in onDataPathInitiateSuccess()329 ndpInfo.peerDiscoveryMac = nnri.specifiedPeerDiscoveryMac; in onDataPathInitiateSuccess()330 nnri.ndpInfos.put(ndpId, ndpInfo); in onDataPathInitiateSuccess()397 NdpInfo ndpInfo = nnriE.getValue().ndpInfos.get(ndpId); in onDataPathRequest() local402 if (ndpInfo == null) { in onDataPathRequest()408 ndpInfo.peerPort = peerServerInfo.port; in onDataPathRequest()411 ndpInfo.peerTransportProtocol = peerServerInfo.transportProtocol; in onDataPathRequest()414 ndpInfo.peerIpv6Override = peerServerInfo.ipv6Override; in onDataPathRequest()482 NdpInfo ndpInfo = new NdpInfo(ndpId); in onDataPathRequest() local[all …]