Searched refs:COAP_OPTION_BLOCK1 (Results 1 – 5 of 5) sorted by relevance
/net-tools-3.7.0/libcoap/include/coap/ |
D | pdu.h | 82 #define COAP_OPTION_BLOCK1 27 /* C, uint, 0--3 B, (none) */ macro
|
/net-tools-3.7.0/libcoap/src/ |
D | debug.c | 307 { COAP_OPTION_BLOCK1, "Block1" }, in msg_option_string() 413 case COAP_OPTION_BLOCK1: in coap_show_pdu()
|
D | net.c | 474 case COAP_OPTION_BLOCK1: in coap_option_check_critical()
|
/net-tools-3.7.0/libcoap/examples/ |
D | client.c | 426 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/ |
D | coap-client.c | 1271 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()
|