Home
last modified time | relevance | path

Searched refs:msgsock (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/share/doc/psd/20.ipctut/
H A Dustreamread.c44 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 Dstrchkread.c45 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 Dstreamread.c46 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 Dtcp.c56 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 Dcallout_reset_on2.sh140 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 Dcallout_reset_on.sh169 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 Dsendfile.sh77 int tcpsock, msgsock;
104 if ((msgsock = accept(tcpsock,
116 if ((n = read(msgsock, buf, bufsize)) < 0)
125 close(msgsock);
H A Dsendfile3.sh87 int tcpsock, msgsock;
114 if ((msgsock = accept(tcpsock,
125 if ((n = read(msgsock, buf, bufsize)) < 0)
132 close(msgsock);
H A Djumbo.sh101 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 Dtcp4.sh70 int tcpsock, msgsock ,on, n, *buf;
98 if ((msgsock = accept(tcpsock,
105 if ((n = read(msgsock, buf, bufsize)) < 0)
109 close(msgsock);
H A Dmsdos18.sh99 int on, n, tcpsock, msgsock;
122 if ((msgsock = accept(tcpsock,
131 if ((n = read(msgsock, buf, FSIZE)) < 0)
137 close(msgsock);
H A Dsendfile12.sh101 int tcpsock, msgsock;
125 if ((msgsock = accept(tcpsock,
138 if ((n = read(msgsock, buf, BUFSIZE)) < 0)
146 close(msgsock);
H A Dsendfile20.sh111 int tcpsock, msgsock;
138 if ((msgsock = accept(tcpsock,
150 if ((n = read(msgsock, buf, bufsize)) < 0)
159 close(msgsock);
H A Dsendfile24.sh103 int tcpsock, msgsock;
130 if ((msgsock = accept(tcpsock,
141 if ((n = read(msgsock, buf, bufsize)) < 0)
149 close(msgsock);
H A Dtcp3.sh122 int tcpsock, msgsock;
148 if ((msgsock = accept(tcpsock,
156 if ((n = read(msgsock, buf, bufsize)) < 0)
160 close(msgsock);
H A Dsendfile11.sh102 int tcpsock, msgsock;
126 if ((msgsock = accept(tcpsock,
139 if ((n = read(msgsock, buf, BUFSIZE)) < 0)
147 close(msgsock);
H A Dsendfile19.sh110 int tcpsock, msgsock;
137 if ((msgsock = accept(tcpsock,
149 if ((n = read(msgsock, buf, bufsize)) < 0)
158 close(msgsock);
H A Dsendfile25.sh104 int tcpsock, msgsock;
131 if ((msgsock = accept(tcpsock,
142 if ((n = read(msgsock, buf, bufsize)) < 0)
150 close(msgsock);
H A Dsendfile8.sh110 int tcpsock, msgsock;
135 if ((msgsock = accept(tcpsock,
146 if ((n = read(msgsock, buf, BUFSIZE)) < 0)
153 close(msgsock);
H A Dsendfile9.sh109 int tcpsock, msgsock;
134 if ((msgsock = accept(tcpsock,
145 if ((n = read(msgsock, buf, BUFSIZE)) < 0)
152 close(msgsock);
H A Dsendfile13.sh184 int tcpsock, msgsock;
218 if ((msgsock = accept(tcpsock,
238 if ((n = read(msgsock, buf, BUFSIZE)) < 0)
247 close(msgsock);
253 close(msgsock);
H A Dsendfile14.sh176 int tcpsock, msgsock;
211 if ((msgsock = accept(tcpsock,
228 if ((n = read(msgsock, buf, BUFSIZE)) < 0)
237 close(msgsock);
243 close(msgsock);
H A Dsendfile10.sh114 int tcpsock, msgsock;
142 if ((msgsock = accept(tcpsock,
155 if ((n = read(msgsock, buf, BUFSIZE)) < 0)
163 close(msgsock);
H A Dsendfile22.sh120 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 Dnfscbd.c101 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()

12