Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dcoap.h568 int coap_rst_init(struct coap_packet *cpkt, const struct coap_packet *req,
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c707 ret = coap_rst_init(&rst, req, client->send_buf, MAX_COAP_MSG_LEN); in send_rst()
Dcoap.c235 int coap_rst_init(struct coap_packet *cpkt, const struct coap_packet *req, in coap_rst_init() function
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst954 * Added new API :c:func:`coap_rst_init` to simplify creating RST replies.