Searched refs:coap_context_get_coap_fd (Results 1 – 6 of 6) sorted by relevance
16 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 with158 The *coap_context_get_coap_fd*() function obtains from the specified170 *coap_context_get_coap_fd*() returns a non-negative number as the file302 coap_fd = coap_context_get_coap_fd(ctx);378 coap_fd = coap_context_get_coap_fd(ctx);
39 coap_context_get_coap_fd;
37 coap_context_get_coap_fd
236 int coap_context_get_coap_fd(const coap_context_t *context);
2734 coap_fd = coap_context_get_coap_fd(ctx); in main()
495 int coap_context_get_coap_fd(const coap_context_t *context) { in coap_context_get_coap_fd() function