Searched refs:coap_context_set_keepalive (Results 1 – 6 of 6) sorted by relevance
14 coap_context_set_keepalive21 *void coap_context_set_keepalive(coap_context_t *_context_,42 The *coap_context_set_keepalive*() function needs to be called to update the57 *NOTE:* *coap_context_set_keepalive*() is supported by both the CoAP client and
44 coap_context_set_keepalive
46 coap_context_set_keepalive;
226 void coap_context_set_keepalive(coap_context_t *context, unsigned int seconds);
1607 coap_context_set_keepalive(ctx, ping_seconds); in main()
447 void coap_context_set_keepalive(coap_context_t *context, unsigned int seconds) { in coap_context_set_keepalive() function