Home
last modified time | relevance | path

Searched refs:COAP_RESPONSE_CODE_CONTINUE (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/net/sockets/coap_server/src/
Dlarge.c154 code = COAP_RESPONSE_CODE_CONTINUE; in large_update_put()
226 code = COAP_RESPONSE_CODE_CONTINUE; in large_create_post()
/Zephyr-latest/include/zephyr/net/
Dcoap.h156 COAP_RESPONSE_CODE_CONTINUE = COAP_MAKE_RESPONSE_CODE(2, 31), enumerator
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1032 case COAP_RESPONSE_CODE_CONTINUE: in coap_header_get_code()
1843 if (coap_header_get_code(response) != COAP_RESPONSE_CODE_CONTINUE) { in coap_response_received()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c2133 (void)coap_header_set_code(msg->out.out_cpkt, COAP_RESPONSE_CODE_CONTINUE); in parse_write_op()
2175 COAP_RESPONSE_CODE_CONTINUE); in parse_write_op()
2801 if (coap_header_get_code(&response) == COAP_RESPONSE_CODE_CONTINUE) { in lwm2m_udp_receive()