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

/freebsd-13-stable/sbin/ggate/ggated/
H A Dggated.c973 int ch, sfd, tmpsfd; local
1066 tmpsfd = accept(sfd, &from, &fromlen);
1067 if (tmpsfd == -1)
1075 if (!handshake(&from, tmpsfd))
1076 close(tmpsfd);

Completed in 50 milliseconds