Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/openthread/coap/src/
Dcoap_utils.h22 int coap_resp_send(otMessage *req, const otMessageInfo *req_info, uint8_t *buf, int len);
Dcoap_utils.c104 int coap_resp_send(otMessage *req, const otMessageInfo *req_info, uint8_t *buf, int len) in coap_resp_send() argument
172 err = otCoapSendResponse(ot, resp, req_info); in coap_resp_send()