Home
last modified time | relevance | path

Searched refs:observe (Results 1 – 7 of 7) sorted by relevance

/net-tools-3.4.0/libcoap/examples/contiki/
Dserver.c113 coap_encode_var_bytes(buf, ctx->observe), buf); in hnd_get_time()
/net-tools-3.4.0/libcoap/src/
Dnet.c1427 coap_opt_t *observe = NULL; in handle_request() local
1432 observe = coap_check_option(node->pdu, COAP_OPTION_OBSERVE, &opt_iter); in handle_request()
1433 if (observe) { in handle_request()
1435 coap_decode_var_bytes(coap_opt_value(observe), in handle_request()
1436 coap_opt_length(observe)); in handle_request()
1455 if (observe && ((COAP_RESPONSE_CLASS(response->hdr->code) > 2) in handle_request()
Dresource.c682 context->observe++;
/net-tools-3.4.0/libcoap/include/coap/
Dnet.h120 unsigned int observe; member
/net-tools-3.4.0/libcoap/
DChangeLog55 method for cancelling observe relationships.
60 notifications (see Section 4.6 of draft-ietf-core-observe-12)
/net-tools-3.4.0/
DREADME.legacy221 coap-observe-client
224 You can test the coap-observe-client that is running in qemu
/net-tools-3.4.0/libcoap/examples/
Dcoap-server.c117 coap_encode_var_bytes(buf, ctx->observe), buf); in hnd_get_time()