Searched refs:se_fd (Results 1 – 2 of 2) sorted by relevance
608 if (sep->se_fd != -1 && FD_ISSET(sep->se_fd, &readable)) { in main()616 if (ioctl(sep->se_fd, FIONBIO, &i) < 0) in main()618 ctrl = accept(sep->se_fd, (struct sockaddr *)0, in main()633 if (ioctl(sep->se_fd, FIONBIO, &i) < 0) in main()648 ctrl = sep->se_fd; in main()1042 if (sep->se_fd >= 0) { in config()1044 if (FD_ISSET(sep->se_fd, &allsock)) in config()1047 if (!FD_ISSET(sep->se_fd, &allsock)) in config()1076 sep->se_fd = -1; in config()1082 sep->se_fd = -1; in config()[all …]
93 int se_fd; /* open descriptor */ member