Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c42 struct RxIface_ *rxIface; member
113 rxIface->localIfInfo.networkName, rxIface->remoteNodeCnt, g_remoteNodeCount); in DestroyRemoteNode()
124 free(rxIface); in DestroyRxIface()
202 return rxIface; in FindRxIface()
240 if (rxIface == NULL) { in CreateRxIface()
248 return rxIface; in CreateRxIface()
282 remoteNode->rxIface = rxIface; in CreateRemoteNode()
579 RxIface *rxIface = (RxIface *)oldestNode->rxIface; in CheckAndRemoveAgingNode() local
590 rxIface = (RxIface *)oldestNode->rxIface; in RemoveOldestNodesWithCount()
668 if (rxIface != NULL && ListIsEmpty(&rxIface->remoteNodeList)) { in UpdateRemoteNodeByDeviceInfo()
[all …]