Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c39 struct FillpPktConnReq tmpConnReq; in FillpConnReqInputTrace() local
41 (void)memset_s(&tmpConnReq, sizeof(struct FillpPktConnReq), in FillpConnReqInputTrace()
45 struct FillpPktHead *tmpHead1 = (struct FillpPktHead *)(void *)tmpConnReq.head; in FillpConnReqInputTrace()
53 tmpConnReq.cookiePreserveTime = req->cookiePreserveTime; in FillpConnReqInputTrace()
54 tmpConnReq.sendCache = req->sendCache; in FillpConnReqInputTrace()
55 tmpConnReq.recvCache = req->recvCache; in FillpConnReqInputTrace()
59 (FILLP_CHAR *)(&tmpConnReq)); in FillpConnReqInputTrace()