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

/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dvpnplugins.c716 int i, child_sockfd, fdmax, err, hastimeout; local
886 if ((child_sockfd = the_vpn_channel.refuse()) < 0) {
891 if ((child_sockfd = the_vpn_channel.accept()) < 0) {
896 if (child_sockfd == 0)
899 while ((pid_child = fork_child(child_sockfd)) < 0) {

Completed in 93 milliseconds