Searched refs:fd_max_ (Results 1 – 2 of 2) sorted by relevance
58 fd_max_(-1), in SnoopLoggerSocket()91 fd_max_ = -1; in InitializeCommunications()106 fd_max_ = notification_listen_fd_; in InitializeCommunications()123 if ((syscall_if_->Select(fd_max_ + 1, &sock_fds, NULL, NULL, NULL)) == -1) { in ProcessIncomingRequest()220 if (socket_fd > fd_max_) { in CreateSocket()221 fd_max_ = socket_fd; in CreateSocket()
78 int fd_max_; variable