Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dsysio.h42 void (*removePcb)(void *argSock, void *pcb); member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dpcb.c307 if (OS_SOCK_OPS_FUNC_VALID(osSock, removePcb)) { in SpungePcbRemove()
309 osSock->ioSock->ops->removePcb(osSock->ioSock, conn->pcb); in SpungePcbRemove()