Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c56 List creatingList; member
119 LIST_FOR_EACH_SAFE(pos, tmp, &g_localDevice.creatingList) { in LocalDeviceDeinit()
146 ListInitHead(&g_localDevice.creatingList); in LocalDeviceInit()
232 ListInsertTail(&g_localDevice.creatingList, &iface->node); in LocalIfaceInit()
292 iface = GetLocalIface(&g_localDevice.creatingList, ifname, NULL); in GetActiveLocalIface()
370 RemoveAllLocalIfaceOfList(&g_localDevice.creatingList); in RemoveAllLocalIface()
782 LIST_FOR_EACH(pos, &g_localDevice.creatingList) { in LocalIfaceDump()