Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/net/
Dcoap.h227 typedef int (*coap_method_t)(struct coap_resource *resource, typedef
247 coap_method_t get, post, put, del, fetch, patch, ipatch;
/Zephyr-Core-3.5.0/subsys/net/lib/coap/
Dcoap.c1098 uint8_t code, coap_method_t *method) in method_from_code()
1154 coap_method_t method; in coap_handle_request()