/freebsd/share/doc/psd/20.ipctut/ |
H A D | ustreamread.c | 44 int sock, msgsock, rval; 65 msgsock = accept(sock, 0, 0); 66 if (msgsock == -1) 70 if ((rval = read(msgsock, buf, 1024)) < 0) 77 close(msgsock);
|
H A D | strchkread.c | 45 int msgsock; 84 msgsock = accept(sock, (struct sockaddr *)0, (int *)0); 85 if (msgsock == -1) 89 if ((rval = read(msgsock, buf, 1024)) < 0) 96 close(msgsock);
|
H A D | streamread.c | 46 int msgsock; 76 msgsock = accept(sock, 0, 0); 77 if (msgsock == -1) 81 if ((rval = read(msgsock, buf, 1024)) < 0) 89 close(msgsock);
|
/freebsd/tools/test/stress2/testcases/tcp/ |
H A D | tcp.c | 56 int tcpsock, msgsock; in reader() local 84 if ((msgsock = accept(tcpsock, in reader() 91 if ((n = read(msgsock, buf, bufsize)) < 0) in reader() 95 close(msgsock); in reader()
|
/freebsd/tools/test/stress2/misc/ |
H A D | callout_reset_on2.sh | 140 int tcpsock, msgsock; 170 if ((msgsock = accept(tcpsock, 181 if ((n = recvfrom(msgsock, buf, bufsize, 0, NULL, NULL)) < 0) { 188 if (write(msgsock, "OK", 3) != 3) 192 close(msgsock);
|
H A D | callout_reset_on.sh | 169 int tcpsock, msgsock; 199 if ((msgsock = accept(tcpsock, 210 if ((n = recvfrom(msgsock, buf, 4, 0, NULL, NULL)) < 0) { 217 if (write(msgsock, "OK", 3) != 3) 221 close(msgsock);
|
H A D | sendfile.sh | 77 int tcpsock, msgsock; 104 if ((msgsock = accept(tcpsock, 116 if ((n = read(msgsock, buf, bufsize)) < 0) 125 close(msgsock);
|
H A D | sendfile3.sh | 87 int tcpsock, msgsock; 114 if ((msgsock = accept(tcpsock, 125 if ((n = read(msgsock, buf, bufsize)) < 0) 132 close(msgsock);
|
H A D | jumbo.sh | 101 int *buf, i, n, msgsock, on, tcpsock; 127 if ((msgsock = accept(tcpsock, 136 if ((n = recvfrom(msgsock, buf, i, MSG_WAITALL, NULL, 147 close(msgsock);
|
H A D | tcp4.sh | 70 int tcpsock, msgsock ,on, n, *buf; 98 if ((msgsock = accept(tcpsock, 105 if ((n = read(msgsock, buf, bufsize)) < 0) 109 close(msgsock);
|
H A D | msdos18.sh | 99 int on, n, tcpsock, msgsock; 122 if ((msgsock = accept(tcpsock, 131 if ((n = read(msgsock, buf, FSIZE)) < 0) 137 close(msgsock);
|
H A D | sendfile12.sh | 101 int tcpsock, msgsock; 125 if ((msgsock = accept(tcpsock, 138 if ((n = read(msgsock, buf, BUFSIZE)) < 0) 146 close(msgsock);
|
H A D | sendfile20.sh | 111 int tcpsock, msgsock; 138 if ((msgsock = accept(tcpsock, 150 if ((n = read(msgsock, buf, bufsize)) < 0) 159 close(msgsock);
|
H A D | sendfile24.sh | 103 int tcpsock, msgsock; 130 if ((msgsock = accept(tcpsock, 141 if ((n = read(msgsock, buf, bufsize)) < 0) 149 close(msgsock);
|
H A D | tcp3.sh | 122 int tcpsock, msgsock; 148 if ((msgsock = accept(tcpsock, 156 if ((n = read(msgsock, buf, bufsize)) < 0) 160 close(msgsock);
|
H A D | sendfile11.sh | 102 int tcpsock, msgsock; 126 if ((msgsock = accept(tcpsock, 139 if ((n = read(msgsock, buf, BUFSIZE)) < 0) 147 close(msgsock);
|
H A D | sendfile19.sh | 110 int tcpsock, msgsock; 137 if ((msgsock = accept(tcpsock, 149 if ((n = read(msgsock, buf, bufsize)) < 0) 158 close(msgsock);
|
H A D | sendfile25.sh | 104 int tcpsock, msgsock; 131 if ((msgsock = accept(tcpsock, 142 if ((n = read(msgsock, buf, bufsize)) < 0) 150 close(msgsock);
|
H A D | sendfile8.sh | 110 int tcpsock, msgsock; 135 if ((msgsock = accept(tcpsock, 146 if ((n = read(msgsock, buf, BUFSIZE)) < 0) 153 close(msgsock);
|
H A D | sendfile9.sh | 109 int tcpsock, msgsock; 134 if ((msgsock = accept(tcpsock, 145 if ((n = read(msgsock, buf, BUFSIZE)) < 0) 152 close(msgsock);
|
H A D | sendfile13.sh | 184 int tcpsock, msgsock; 218 if ((msgsock = accept(tcpsock, 238 if ((n = read(msgsock, buf, BUFSIZE)) < 0) 247 close(msgsock); 253 close(msgsock);
|
H A D | sendfile14.sh | 176 int tcpsock, msgsock; 211 if ((msgsock = accept(tcpsock, 228 if ((n = read(msgsock, buf, BUFSIZE)) < 0) 237 close(msgsock); 243 close(msgsock);
|
H A D | sendfile10.sh | 114 int tcpsock, msgsock; 142 if ((msgsock = accept(tcpsock, 155 if ((n = read(msgsock, buf, BUFSIZE)) < 0) 163 close(msgsock);
|
H A D | sendfile22.sh | 120 int error, from, i1, msgsock, n, on, port, r, status, tcpsock, to; 232 if ((msgsock = accept(tcpsock, 242 n = read(msgsock, buf, sizeof(buf));
|
/freebsd/usr.sbin/nfscbd/ |
H A D | nfscbd.c | 101 int ch, connect_type_cnt, maxsock, msgsock, error; in main() local 296 if ((msgsock = accept(tcpsock, in main() 303 if (setsockopt(msgsock, SOL_SOCKET, in main() 307 nfscbdargs.sock = msgsock; in main() 311 (void)close(msgsock); in main()
|