Home
last modified time | relevance | path

Searched refs:coap_option_value_to_int (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dcoap.h639 unsigned int coap_option_value_to_int(const struct coap_option *option);
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c404 unsigned int coap_option_value_to_int(const struct coap_option *option) in coap_option_value_to_int() function
1356 val = coap_option_value_to_int(&option); in coap_get_option_int()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c2390 format = coap_option_value_to_int(&options[0]); in handle_request()
2400 accept = coap_option_value_to_int(&options[0]); in handle_request()