Home
last modified time | relevance | path

Searched refs:COAP_OPTION_SUBSCRIPTION (Results 1 – 4 of 4) sorted by relevance

/net-tools-3.4.0/libcoap/include/coap/
Dpdu.h77 #define COAP_OPTION_SUBSCRIPTION COAP_OPTION_OBSERVE macro
/net-tools-3.4.0/libcoap/examples/contiki/
Dcoap-observer.c165 coap_add_option(request, COAP_OPTION_SUBSCRIPTION, 0, NULL); in PROCESS_THREAD()
/net-tools-3.4.0/libcoap/examples/
Dclient.c357 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/
Dcoap-client.c1371 COAP_OPTION_SUBSCRIPTION, in coap_message_handler()
1481 ready = coap_check_option(received, COAP_OPTION_SUBSCRIPTION, in coap_message_handler()