Home
last modified time | relevance | path

Searched refs:selectedProtocol (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c1379 ProtocolType selectedProtocol; member
1393 req->selectedProtocol = subnet->protocol->id; in FindBestProtocol()
1418 .selectedProtocol = 0, in LnnLaneSelectProtocol()
1433 AnonymizeWrapper(anonyNetworkId), req.selectedProtocol, req.currPri); in LnnLaneSelectProtocol()
1435 if (req.selectedProtocol == 0) { in LnnLaneSelectProtocol()
1436 req.selectedProtocol = LNN_PROTOCOL_IP; in LnnLaneSelectProtocol()
1439 return req.selectedProtocol; in LnnLaneSelectProtocol()