Searched refs:nodeAddress (Results 1 – 5 of 5) sorted by relevance
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/ |
| D | lnn_node_info.h | 132 char nodeAddress[SHORT_ADDRESS_MAX_LEN]; member
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/ |
| D | lnn_local_net_ledger.c | 1118 if (strcpy_s((char *)buf, len, info->nodeAddress) != EOK) { in LlGetNodeAddr() 1132 if (strcpy_s(info->nodeAddress, sizeof(info->nodeAddress), (const char*)addr) != EOK) { in LlUpdateNodeAddr() 1692 if (strcpy_s(nodeInfo->nodeAddress, sizeof(nodeInfo->nodeAddress), NODE_ADDR_LOOPBACK) != EOK) { in LnnInitLocalNodeInfo()
|
| /foundation/communication/dsoftbus/core/authentication/src/ |
| D | auth_session_message.c | 1043 if (!JSON_AddStringToObject(json, NODE_ADDR, info->nodeAddress)) { in PackCommon() 1113 … if (!JSON_GetStringFromOject(json, NODE_ADDR, info->nodeAddress, sizeof(info->nodeAddress))) { in UnpackCommon() 1117 (void)strcpy_s(info->nodeAddress, sizeof(info->nodeAddress), NODE_ADDR_LOOPBACK); in UnpackCommon()
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
| D | lnn_lane_link.c | 907 (strcmp(remoteNodeInfo.nodeAddress, NODE_ADDR_LOOPBACK) == 0 || in LnnLaneSelectProtocol() 908 strcmp(localNode->nodeAddress, NODE_ADDR_LOOPBACK) == 0)) { in LnnLaneSelectProtocol()
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
| D | lnn_distributed_net_ledger.c | 966 if (strcpy_s((char*)buf, len, info->nodeAddress) != EOK) { in DlGetNodeAddr() 2813 int ret = strcpy_s(nodeInfo->nodeAddress, sizeof(nodeInfo->nodeAddress), addr); in LnnSetDLNodeAddr()
|