Searched refs:COAP_OPTION_SUBSCRIPTION (Results 1 – 4 of 4) sorted by relevance
/net-tools-3.4.0/libcoap/include/coap/ |
D | pdu.h | 77 #define COAP_OPTION_SUBSCRIPTION COAP_OPTION_OBSERVE macro
|
/net-tools-3.4.0/libcoap/examples/contiki/ |
D | coap-observer.c | 165 coap_add_option(request, COAP_OPTION_SUBSCRIPTION, 0, NULL); in PROCESS_THREAD()
|
/net-tools-3.4.0/libcoap/examples/ |
D | client.c | 357 if (sent && coap_check_option(received, COAP_OPTION_SUBSCRIPTION, &opt_iter)) { in message_handler() 526 ready = coap_check_option(received, COAP_OPTION_SUBSCRIPTION, &opt_iter) == NULL; in message_handler() 775 coap_insert(&optlist, new_option_node(COAP_OPTION_SUBSCRIPTION, 0, NULL)); in cmdline_subscribe()
|
/net-tools-3.4.0/ |
D | coap-client.c | 1371 COAP_OPTION_SUBSCRIPTION, in coap_message_handler() 1481 ready = coap_check_option(received, COAP_OPTION_SUBSCRIPTION, in coap_message_handler()
|