Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dcoap.h262 typedef int (*coap_method_t)(struct coap_resource *resource, typedef
282 coap_method_t get, post, put, del, fetch, patch, ipatch;
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1136 uint8_t code, coap_method_t *method) in method_from_code()
1191 coap_method_t method; in coap_handle_request_len()