Home
last modified time | relevance | path

Searched refs:coap_context_set_keepalive (Results 1 – 6 of 6) sorted by relevance

/third_party/libcoap/man/
Dcoap_keepalive.txt.in14 coap_context_set_keepalive
21 *void coap_context_set_keepalive(coap_context_t *_context_,
42 The *coap_context_set_keepalive*() function needs to be called to update the
57 *NOTE:* *coap_context_set_keepalive*() is supported by both the CoAP client and
/third_party/libcoap/
Dlibcoap-3.sym44 coap_context_set_keepalive
Dlibcoap-3.map46 coap_context_set_keepalive;
/third_party/libcoap/include/coap3/
Dnet.h226 void coap_context_set_keepalive(coap_context_t *context, unsigned int seconds);
/third_party/libcoap/examples/
Dcoap-client.c1607 coap_context_set_keepalive(ctx, ping_seconds); in main()
/third_party/libcoap/src/
Dnet.c447 void coap_context_set_keepalive(coap_context_t *context, unsigned int seconds) { in coap_context_set_keepalive() function