Searched refs:tmpsfd (Results 1 – 1 of 1) sorted by relevance
1041 int ch, sfd, tmpsfd; in main() local1134 tmpsfd = accept(sfd, &from, &fromlen); in main()1135 if (tmpsfd == -1) in main()1143 if (!handshake(&from, tmpsfd)) in main()1144 close(tmpsfd); in main()