Searched refs:coap_rst_init (Results 1 – 4 of 4) sorted by relevance
568 int coap_rst_init(struct coap_packet *cpkt, const struct coap_packet *req,
707 ret = coap_rst_init(&rst, req, client->send_buf, MAX_COAP_MSG_LEN); in send_rst()
235 int coap_rst_init(struct coap_packet *cpkt, const struct coap_packet *req, in coap_rst_init() function
954 * Added new API :c:func:`coap_rst_init` to simplify creating RST replies.