Searched refs:fillpLinger (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | spunge_app.c | 73 (void)memset_s(&sock->fillpLinger, sizeof(sock->fillpLinger), 0, sizeof(sock->fillpLinger)); in SpungeInitSocket()
|
H A D | socket_opt.c | 77 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 D | socket_app.c | 1104 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 D | sockets.h | 145 struct linger fillpLinger; member
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | spunge_message.c | 501 sock->fillpLinger = listenSock->fillpLinger; in SpungeHandleMsgConnAccepted()
|
Completed in 6 milliseconds