Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h98 struct Hlist osSockist; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dnet.c42 HlistDelete(&curInst->osSockist, &osSock->osListNode); in NetconnFreeOsSocket()
H A Dspunge_stack.c52 HlistAddTail(&curInst->osSockist, &osSock->osListNode); in SpungeAllocSystemSocket()
H A Dspunge_core.c383 HLIST_INIT(&inst->osSockist); in SpungeInstInit()
1534 osSockNode = HLIST_FIRST(&inst->osSockist); in SpinstLoopRecv()