Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h213 bool isSupportIpv6; member
243 bool isSupportIpv6; member
H A Dlnn_trans_lane.h31 bool isSupportIpv6; member
H A Dlnn_lane_link.h60 bool isSupportIpv6; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_trans_lane.c101 bool isSupportIpv6; member
338 newNode->extraInfo.isSupportIpv6 = option->isSupportIpv6; in CreateRequestNode()
381 newNode->extraInfo.isSupportIpv6 = allocInfo->extendInfo.isSupportIpv6; in CreateReqNodeWithQos()
418 linkNode->isSupportIpv6 = allocInfo->extendInfo.isSupportIpv6; in TriggerLinkWithQos()
703 laneAllocInfo.extendInfo.isSupportIpv6 = true; in AllocRawLane()
1084 requestInfo->isSupportIpv6 = nodeInfo->isSupportIpv6; in CreateLinkRequestNode()
H A Dlnn_lane_link_p2p.c60 bool isSupportIpv6; member
655 wifiDirectInfo->ipAddrType = item->laneRequestInfo.isSupportIpv6 ? IPV6 : IPV4; in GetP2pLinkReqParamByChannelRequetId()
690 wifiDirectInfo->ipAddrType = item->laneRequestInfo.isSupportIpv6 ? IPV6 : IPV4; in GetP2pLinkReqParamByAuthHandle()
1569 item->laneRequestInfo.isSupportIpv6 = request->isSupportIpv6 ? IPV6 : IPV4; in AddP2pLinkReqItem()
1749 wifiDirectInfo->ipAddrType = item->laneRequestInfo.isSupportIpv6 ? IPV6 : IPV4; in GetAuthTriggerLinkReqParamByAuthHandle()
2123 wifiDirectInfo.ipAddrType = request->isSupportIpv6 ? IPV6 : IPV4; in OpenBleTriggerToConn()
2168 wifiDirectInfo.ipAddrType = request->isSupportIpv6 ? IPV6 : IPV4; in OpenActionToConn()
2299 wifiDirectInfo.ipAddrType = request->isSupportIpv6 ? IPV6 : IPV4; in ConnectWifiDirectWithReuse()
2524 request->isSupportIpv6 = p2pLinkReqInfo->laneRequestInfo.isSupportIpv6 ? IPV6 : IPV4; in GetRequest()
2646 info->ipAddrType = reqInfo->laneRequestInfo.isSupportIpv6 ? IPV6 : IPV4; in GenerateWifiDirectInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h195 bool isSupportIpv6; member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1035 …allocInfo->extendInfo.isSupportIpv6 = (param->attr->dataType != TYPE_STREAM && param->actionId > 0… in GetAllocInfoBySessionParam()
1122 …requestOption->requestInfo.trans.isSupportIpv6 = param->attr->dataType != TYPE_STREAM && param->a… in GetRequestOptionBySessionParam()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1544 (void)JSON_GetBoolFromOject(json, IS_SUPPORT_IPV6, &info->isSupportIpv6); in ParseCommonJsonInfo()