Home
last modified time | relevance | path

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

/third_party/libcoap/man/
Dcoap_io.txt.in16 coap_context_get_coap_fd,
33 *int coap_context_get_coap_fd(const coap_context_t *_context_)*;
82 2. Wait on the file descriptor returned by *coap_context_get_coap_fd*()
155 *coap_context_get_coap_fd*() should be used and this returned FD along with
158 The *coap_context_get_coap_fd*() function obtains from the specified
170 *coap_context_get_coap_fd*() returns a non-negative number as the file
302 coap_fd = coap_context_get_coap_fd(ctx);
378 coap_fd = coap_context_get_coap_fd(ctx);
/third_party/libcoap/
Dlibcoap-3.sym37 coap_context_get_coap_fd
Dlibcoap-3.map39 coap_context_get_coap_fd;
/third_party/libcoap/include/coap3/
Dnet.h236 int coap_context_get_coap_fd(const coap_context_t *context);
/third_party/libcoap/examples/
Dcoap-server.c2734 coap_fd = coap_context_get_coap_fd(ctx); in main()
/third_party/libcoap/src/
Dnet.c495 int coap_context_get_coap_fd(const coap_context_t *context) { in coap_context_get_coap_fd() function