Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-sita.c67 …int find_fd; /* a big kludge to avoid my programming limitations since I could have this unit op… member
169 if (units[c][s].fd == fd || units[c][s].find_fd == fd) { in find_unit_by_fd()
338 else u->find_fd = sockfd;
347 else id = &units[chassis][geoslot].find_fd;
375 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND);
781 send_to_fd(u->find_fd, 1, (unsigned char *)"\0");
782 if (get_error_response(u->find_fd, errbuf))
785 if (u->find_fd > max_fs)
786 max_fs = u->find_fd; /* remember the highest number currently in use */
787 FD_SET(u->find_fd, &readfds); /* we are going to want to read this guy's response to */
[all …]