Searched refs:g_interfaceList (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device.c | 72 static NetworkInterfaceInfo g_interfaceList[NSTACKX_MAX_INTERFACE_NUM]; variable 457 (void)memset_s(g_interfaceList, sizeof(g_interfaceList), 0, sizeof(g_interfaceList)); in GlobalInterfaceListInit() 458 (void)strcpy_s(g_interfaceList[IFACE_TYPE_WLAN].name, in GlobalInterfaceListInit() 460 (void)strcpy_s(g_interfaceList[IFACE_TYPE_ETH].name, in GlobalInterfaceListInit() 462 (void)strcpy_s(g_interfaceList[IFACE_TYPE_P2P].name, in GlobalInterfaceListInit() 464 (void)strcpy_s(g_interfaceList[IFACE_TYPE_P2P].alias, in GlobalInterfaceListInit() 466 (void)strcpy_s(g_interfaceList[IFACE_TYPE_USB].name, in GlobalInterfaceListInit() 528 if (strlen(g_interfaceList[i].name) != 0 && in UpdateAllNetworkInterfaceNameIfNeed() 529 … strncmp(interfaceInfo->name, g_interfaceList[i].name, strlen(g_interfaceList[i].name)) == 0) { in UpdateAllNetworkInterfaceNameIfNeed() 540 if (strncpy_s(g_interfaceList[i].name, sizeof(g_interfaceList[i].name), in UpdateAllNetworkInterfaceNameIfNeed() [all …]
|