t_tcp.c | 75 int srvr = -1, clnt = -1, acpt = -1; local in function:accept_test 167 acpt = accept(srvr, NULL, NULL); 169 acpt = accept4(srvr, NULL, NULL, 199 if (acpt == -1) { /* not true under NetBSD */ 201 acpt = accept(srvr, NULL, NULL); 203 acpt = accept4(srvr, NULL, NULL, 206 if (acpt == -1) 222 if (getpeereid(acpt, &euid, &egid) != -1) 227 fl = fcntl(acpt, F_GETFL, 0); 234 ok = fcntl(acpt, F_SETFL, fl & ~O_NONBLOCK) [all...] |