Home
last modified time | relevance | path

Searched refs:fillpLinger (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dspunge_app.c73 (void)memset_s(&sock->fillpLinger, sizeof(sock->fillpLinger), 0, sizeof(sock->fillpLinger)); in SpungeInitSocket()
H A Dsocket_opt.c77 err = memcpy_s(optVal, (FILLP_UINT32)(*optLen), (void *)&sock->fillpLinger, sizeof(struct linger)); in SockGetSockOptFillp()
183 err = memcpy_s((void *)&sock->fillpLinger, sizeof(struct linger), optVal, (FILLP_UINT32)optLen); in SockSetOptLinger()
H A Dsocket_app.c1104 FILLP_LOGINF("fillp_sock_id:%d, state:%d, linger:%d", sockIndex, sock->allocState, sock->fillpLinger.l_onoff); in SockClose()
1139 if (sock->fillpLinger.l_onoff) { in SockClose()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h145 struct linger fillpLinger; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c501 sock->fillpLinger = listenSock->fillpLinger; in SpungeHandleMsgConnAccepted()

Completed in 6 milliseconds