Searched refs:COAP_OPTION_OBSERVE (Results 1 – 6 of 6) sorted by relevance
/net-tools-3.6.0/libcoap/include/coap/ |
D | pdu.h | 76 #define COAP_OPTION_OBSERVE 6 /* E, empty/uint, 0 B/0-3 B, (none) */ macro 77 #define COAP_OPTION_SUBSCRIPTION COAP_OPTION_OBSERVE
|
/net-tools-3.6.0/libcoap/src/ |
D | debug.c | 297 { COAP_OPTION_OBSERVE, "Observe" }, in msg_option_string() 426 case COAP_OPTION_OBSERVE: in coap_show_pdu()
|
D | net.c | 1432 observe = coap_check_option(node->pdu, COAP_OPTION_OBSERVE, &opt_iter); in handle_request()
|
/net-tools-3.6.0/libcoap/examples/contiki/ |
D | server.c | 112 coap_add_option(response, COAP_OPTION_OBSERVE, in hnd_get_time()
|
/net-tools-3.6.0/libcoap/examples/ |
D | coap-server.c | 116 COAP_OPTION_OBSERVE, in hnd_get_time()
|
D | client.c | 215 COAP_OPTION_OBSERVE, in clear_obs()
|