Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dserver.c2428 int status, to_primary_fd, from_primary_fd, to_net_fd, from_net_fd; in become_proxy() local
2474 from_net_fd = buf_from_net ? buf_get_fd (buf_from_net) : -1; in become_proxy()
2503 if (from_net_fd >= 0) in become_proxy()
2505 FD_SET (from_net_fd, &readfds); in become_proxy()
2506 numfds = MAX (numfds, from_net_fd); in become_proxy()
2551 if (from_net_fd >= 0 && (FD_ISSET (from_net_fd, &readfds))) in become_proxy()
2576 from_net_fd = -1; in become_proxy()
2702 || (from_net_fd < 0 && buf_empty_p (buf_to_primary)))) in become_proxy()