Home
last modified time | relevance | path

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

/net-tools-3.7.0/libcoap/include/coap/
Dpdu.h82 #define COAP_OPTION_BLOCK1 27 /* C, uint, 0--3 B, (none) */ macro
/net-tools-3.7.0/libcoap/src/
Ddebug.c307 { COAP_OPTION_BLOCK1, "Block1" }, in msg_option_string()
413 case COAP_OPTION_BLOCK1: in coap_show_pdu()
Dnet.c474 case COAP_OPTION_BLOCK1: in coap_option_check_critical()
/net-tools-3.7.0/libcoap/examples/
Dclient.c426 block_opt = coap_check_option(received, COAP_OPTION_BLOCK1, &opt_iter); in message_handler()
471 COAP_OPTION_BLOCK1, in message_handler()
760 opt = method == COAP_REQUEST_GET ? COAP_OPTION_BLOCK2 : COAP_OPTION_BLOCK1; in set_blocksize()
762 block.m = (opt == COAP_OPTION_BLOCK1) && in set_blocksize()
/net-tools-3.7.0/
Dcoap-client.c1271 coap_option_setb(f, COAP_OPTION_BLOCK1); in get_block()
1387 COAP_OPTION_BLOCK1, in coap_message_handler()
1421 COAP_OPTION_BLOCK1, in coap_message_handler()
1493 COAP_OPTION_BLOCK1; in set_blocksize()
1495 block.m = (opt == COAP_OPTION_BLOCK1) && in set_blocksize()