Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c1267 r = coap_append_option_int(&cpkt, COAP_OPTION_SIZE1, 64); in ZTEST()
1345 r = coap_append_option_int(cpkt, COAP_OPTION_SIZE1, 64); in init_basic_test_msg()
1419 r = coap_packet_remove_option(&cpkt, COAP_OPTION_SIZE1); in ZTEST()
1430 r = coap_append_option_int(&cpkt, COAP_OPTION_SIZE1, 65); in ZTEST()
1520 r = coap_packet_remove_option(&cpkt, COAP_OPTION_SIZE1); in ZTEST()
/Zephyr-latest/include/zephyr/net/
Dcoap.h65 COAP_OPTION_SIZE1 = 60, /**< Size1 */ enumerator
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1336 return coap_append_option_int(cpkt, COAP_OPTION_SIZE1, ctx->total_size); in coap_append_size1_option()
1526 size1 = coap_get_option_int(cpkt, COAP_OPTION_SIZE1); in coap_update_from_block()