Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dspunge_core.h88 …n (struct SockOsSocket *)((char *)(node) - (uintptr_t)(&(((struct SockOsSocket *)0)->osListNode))); in SockOsListEntry()
H A Dnet.h42 struct HlistNode osListNode; /* This has to be the First member of the structure */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c51 HLIST_INIT_NODE(&osSock->osListNode); in SpungeAllocSystemSocket()
52 HlistAddTail(&curInst->osSockist, &osSock->osListNode); in SpungeAllocSystemSocket()
H A Dnet.c42 HlistDelete(&curInst->osSockist, &osSock->osListNode); in NetconnFreeOsSocket()