Searched refs:find_fd (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dlibsmb_compat.c43 static SMBCFILE * find_fd(int fd) function
192 SMBCFILE * file = find_fd(fd);
198 SMBCFILE * file = find_fd(fd);
204 SMBCFILE * file = find_fd(fd);
210 SMBCFILE * file = find_fd(fd);
243 SMBCFILE * file = find_fd(dh);
250 SMBCFILE * file = find_fd(dh);
256 SMBCFILE * file = find_fd(dh);
262 SMBCFILE * file = find_fd(dh);
268 SMBCFILE * file = find_fd(f
[all...]
/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusbsock.c2330 int find_fd, conf_fd, new_fd; local
2341 if ((find_fd = dgram_sock_init(uTcpUdp)) < 0) {
2352 FD_SET(find_fd, &master_fds);
2354 fdmax = find_fd > conf_fd ? find_fd : conf_fd;
2365 if (FD_ISSET(find_fd, &read_fds)) {
2367 if ((recvfrom(find_fd, message, 5, 0, (struct sockaddr*)&cli_addr, &addr_len) == 5) &&
2370 if (sendto(find_fd, message, 5, 0, (struct sockaddr*)&cli_addr, addr_len) < 0)

Completed in 62 milliseconds