Home
last modified time | relevance | path

Searched refs:COAP_SIGNALING_OPTION_BLOCK_WISE_TRANSFER (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/include/coap3/
Dpdu.h185 #define COAP_SIGNALING_OPTION_BLOCK_WISE_TRANSFER 4 macro
/third_party/libcoap/src/
Dcoap_debug.c359 { COAP_SIGNALING_OPTION_BLOCK_WISE_TRANSFER, "Block-wise-Transfer" } in msg_option_string()
Dpdu.c864 case COAP_SIGNALING_OPTION_BLOCK_WISE_TRANSFER: in coap_pdu_parse_opt_csm()
Dcoap_session.c373 || coap_add_option(pdu, COAP_SIGNALING_OPTION_BLOCK_WISE_TRANSFER, in coap_session_send_csm()
Dnet.c2953 } else if (opt_iter.number == COAP_SIGNALING_OPTION_BLOCK_WISE_TRANSFER) { in handle_signaling()