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

/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dglobal.c66 char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp; variable
99 remaining = BUFSIZ - (nfrontp - netobuf);
H A Dauthenc.c43 if (nfrontp + len < netobuf + BUFSIZ) {
H A Dutility.c200 thisitem = nclearto > netobuf ? nclearto : netobuf;
202 thisitem = netobuf;
212 good = nclearto > netobuf ? nclearto : netobuf;
214 good = netobuf; /* where the good bytes go */
234 nbackp = netobuf;
306 nbackp = nfrontp = netobuf;
329 while ((&netobuf[BUFSIZ] - nfrontp) < len) {
333 if ((&netobuf[BUFSI
[all...]
H A Dext.h69 extern char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp;
H A Dtelnetd.c159 nfrontp = nbackp = netobuf;
1192 if ((&netobuf[BUFSIZ] - nfrontp) < 3)
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dnetwork.c59 unsigned char netobuf[2*BUFSIZ], netibuf[BUFSIZ]; variable
68 if (ring_init(&netoring, netobuf, sizeof netobuf) != 1) {
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dauthenc.c49 if (nfrontp + len < netobuf + BUFSIZ) {
H A Dutility.c207 thisitem = nclearto > netobuf ? nclearto : netobuf;
209 thisitem = netobuf;
219 good = nclearto > netobuf ? nclearto : netobuf;
221 good = netobuf; /* where the good bytes go */
241 nbackp = netobuf;
311 nbackp = nfrontp = netobuf;
1058 if ((&netobuf[BUFSIZ] - nfrontp) < 80) {
H A Dext.h74 extern char netobuf[BUFSIZ], *nfrontp, *nbackp;
H A Dtelnetd.c154 nfrontp = nbackp = netobuf;
1215 if ((&netobuf[BUFSIZ] - nfrontp) < 2)
H A Dstate.c1614 remaining = BUFSIZ - (nfrontp - netobuf);
1619 remaining = BUFSIZ - (nfrontp - netobuf);
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dtelnet.c2186 thisitem = netobuf;
2188 while ((next = nextitem(thisitem)) <= netobuf.send) {
2194 good = netobuf; /* where the good bytes go */

Completed in 121 milliseconds