Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dnet.c39 if (OS_SOCK_OPS_FUNC_VALID(osSock, destroySysIoSocket)) { in NetconnFreeOsSocket()
40 (void)osSock->ioSock->ops->destroySysIoSocket(osSock->ioSock); in NetconnFreeOsSocket()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dsysio.h34 int (*destroySysIoSocket)(void *arg); member