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_,
45 *Function: coap_context_set_keepalive()*
47 The *coap_context_set_keepalive*() function needs to be called to update the
/third_party/libcoap/
Dlibcoap-3.map54 coap_context_set_keepalive;
Dlibcoap-3.sym51 coap_context_set_keepalive
/third_party/libcoap/include/coap3/
Dcoap_net.h229 void coap_context_set_keepalive(coap_context_t *context, unsigned int seconds);
/third_party/libcoap/examples/
Dcoap-client.c1833 coap_context_set_keepalive(ctx, ping_seconds); in main()
/third_party/libcoap/src/
Dcoap_net.c385 coap_context_set_keepalive(coap_context_t *context, unsigned int seconds) { in coap_context_set_keepalive() function