Searched defs:coapRequest (Results 1 – 4 of 4) sorted by relevance
37 #define DFINDER_MGT_REQ_LOG(coapRequest) DFinderMgtReqLog(coapRequest) argument
183 static int32_t CoapSendMsg(const CoapRequest *coapRequest, uint8_t isBroadcast) in CoapSendMsg()221 CoapRequest coapRequest = {0}; in CoapSendMessageEx() local
267 void DFinderMgtReqLog(CoapRequest *coapRequest) in DFinderMgtReqLog()
119 static coap_pdu_t *CoapPackToPdu(const CoapRequest *coapRequest, const coap_uri_t *uriPtr, coap_ses… in CoapPackToPdu()143 static void FillCoapRequest(CoapRequest *coapRequest, uint8_t coapType, const char *url, char *data… in FillCoapRequest()155 CoapRequest coapRequest; in CoapSendRequestEx() local