Searched refs:find_socket (Results 1 – 2 of 2) sorted by relevance
167 find_socket(coap_fd_t fd, coap_socket_t *sockets[], unsigned int num_sockets) { in find_socket() function228 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()
217 static int find_socket(struct file_info *fi, long inode) in find_socket() function268 if (S_ISSOCK(sb.st_mode)) find_socket(fi, sb.st_ino); in fill_stat()