Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dspunge_core.h88 return (struct SockOsSocket *)((char *)(node) - (uintptr_t)(&(((struct SockOsSocket *)0)->osListNode))); in SockOsListEntry()
H A Dnet.h39 /* osListNode is used to get the ft socket index based on address indexing
42 struct HlistNode osListNode; /* This has to be the First member of the structure */ member
/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()

Completed in 3 milliseconds