Searched refs:FillpCookieContent (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp.h | 261 FillpCookieContent cookieContent; 290 FillpCookieContent cookieContent; 403 IN FILLP_CONST struct sockaddr_in6 *remoteAddr, IN FILLP_UINT16 serverPort, OUT FillpCookieContent *stateCookie); 406 IN FILLP_CONST struct sockaddr_in6 *clientAddr, IN FILLP_CONST FillpCookieContent *stateCookie); 408 void FillpSendConnReqAck(struct FillpPcb *pcb, FILLP_CONST FillpCookieContent *stateCookie, FILLP_ULLONG timestamp);
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
H A D | fillp_cookie.h | 55 } FillpCookieContent; typedef
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_conn.c | 94 FillpCookieContent stateCookie; in FillpConnReqInput() 135 (void)memset_s(&stateCookie, sizeof(FillpCookieContent), 0, sizeof(FillpCookieContent)); in FillpConnReqInput() 779 if ((confirm->tagCookie != FILLP_COOKIE_TAG) || (confirm->cookieLength != sizeof(FillpCookieContent))) { in FillpConnConfirmInput() 782 sock->index, confirm->cookieLength, sizeof(FillpCookieContent)); in FillpConnConfirmInput() 1432 FILLP_CONST FillpCookieContent *stateCookie, FILLP_ULLONG timestamp) in FillpSendConnReqAckBuild() 1455 reqAck->cookieLength = sizeof(FillpCookieContent); in FillpSendConnReqAckBuild() 1457 ret = memcpy_s(&reqAck->cookieContent, sizeof(FillpCookieContent), stateCookie, reqAck->cookieLength); in FillpSendConnReqAckBuild() 1493 void FillpSendConnReqAck(struct FillpPcb *pcb, FILLP_CONST FillpCookieContent *stateCookie, in FillpSendConnReqAck() 1565 if (reqAck->cookieLength != sizeof(FillpCookieContent) || reqAc in ConnConfirmBuild() [all...] |
Completed in 4 milliseconds