Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c699 int sysosSocket; in SpungeHandleMsgSetSendBuf() local
717 sysosSocket = osSock->ioSock->ops->getOsSocket(osSock->ioSock); in SpungeHandleMsgSetSendBuf()
718 ret = SysArchSetSockSndbuf(sysosSocket, sock->resConf.common.udpSendBufSize); in SpungeHandleMsgSetSendBuf()
722 sock->index, sysosSocket); in SpungeHandleMsgSetSendBuf()
734 int sysosSocket; in SpungeHandleMsgSetRecvBuf() local
752 sysosSocket = osSock->ioSock->ops->getOsSocket(osSock->ioSock); in SpungeHandleMsgSetRecvBuf()
753 ret = SysArchSetSockRcvbuf(sysosSocket, sock->resConf.common.recvBufSize); in SpungeHandleMsgSetRecvBuf()
757 sock->index, sysosSocket); in SpungeHandleMsgSetRecvBuf()