Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dcoap.h185 COAP_RESPONSE_CODE_TOO_MANY_REQUESTS = COAP_MAKE_RESPONSE_CODE(4, 29), enumerator
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1047 case COAP_RESPONSE_CODE_TOO_MANY_REQUESTS: in coap_header_get_code()