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

/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dvpnplugins.c93 static int health_sockfd = -1; variable
488 int fd = health_sockfd, err, ret = 0;
493 if (fd != health_sockfd) {
494 if (health_sockfd != -1)
495 FD_CLR(health_sockfd, out_fds);
496 health_sockfd = fd;
497 if (health_sockfd != -1) {
498 FD_SET(health_sockfd, out_fds);
499 if (*out_fdmax <= health_sockfd)
500 *out_fdmax = health_sockfd
[all...]

Completed in 111 milliseconds