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

/freebsd-11-stable/sbin/ggate/ggated/
H A Dggated.c959 int ch, sfd, tmpsfd; local
1052 tmpsfd = accept(sfd, &from, &fromlen);
1053 if (tmpsfd == -1)
1061 if (!handshake(&from, tmpsfd))
1062 close(tmpsfd);

Completed in 83 milliseconds