Home
last modified time | relevance | path

Searched refs:find_socket (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/src/
Dcoap_io_riot.c167 find_socket(coap_fd_t fd, coap_socket_t *sockets[], unsigned int num_sockets) { in find_socket() function
228 coap_socket_t *sock = find_socket(s->sock.fd, sockets, num_sockets); in coap_io_process()
249 coap_socket_t *sock = find_socket(ep->sock.fd, sockets, num_sockets); in coap_io_process()
/third_party/toybox/toys/pending/
Dlsof.c217 static int find_socket(struct file_info *fi, long inode) in find_socket() function
268 if (S_ISSOCK(sb.st_mode)) find_socket(fi, sb.st_ino); in fill_stat()