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

/freebsd-13-stable/crypto/heimdal/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)
/freebsd-13-stable/contrib/telnet/telnet/
H A Dnetwork.c55 unsigned char netobuf[2*BUFSIZ], netibuf[BUFSIZ]; variable
64 if (ring_init(&netoring, netobuf, sizeof netobuf) != 1) {
/freebsd-13-stable/contrib/telnet/telnetd/
H A Dauthenc.c48 if (nfrontp + len < netobuf + BUFSIZ) {
H A Dutility.c203 thisitem = nclearto > netobuf ? nclearto : netobuf;
205 thisitem = netobuf;
215 good = nclearto > netobuf ? nclearto : netobuf;
217 good = netobuf; /* where the good bytes go */
237 nbackp = netobuf;
307 nbackp = nfrontp = netobuf;
1054 if ((&netobuf[BUFSIZ] - nfrontp) < 80) {
H A Dext.h74 EXTERN char netobuf[BUFSIZ], *nfrontp, *nbackp; variable
H A Dtelnetd.c139 nfrontp = nbackp = netobuf;
1144 if ((&netobuf[BUFSIZ] - nfrontp) < 2)
H A Dstate.c1614 remaining = BUFSIZ - (nfrontp - netobuf);
1619 remaining = BUFSIZ - (nfrontp - netobuf);
/freebsd-13-stable/crypto/heimdal/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 98 milliseconds