Home
last modified time | relevance | path

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

/freebsd/sbin/ggate/ggated/
H A Dggated.c1041 int ch, sfd, tmpsfd; in main() local
1134 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()