HomeSort by: relevance | last modified time | path
    Searched refs:netobuf (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/telnet/
network.c 56 unsigned char netobuf[2*BUFSIZ], netibuf[BUFSIZ]; variable in typeref:typename:unsigned char[]
65 if (ring_init(&netoring, netobuf, sizeof netobuf) != 1) {
telnet.c 2175 thisitem = netobuf;
2177 while ((next = nextitem(thisitem)) <= netobuf.send) {
2183 good = netobuf; /* where the good bytes go */
  /src/libexec/telnetd/
authenc.c 48 if (nfrontp + len < netobuf + BUFSIZ) {
global.c 85 char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp; variable in typeref:typename:char[]
utility.c 207 thisitem = nclearto > netobuf ? nclearto : netobuf;
209 thisitem = netobuf;
219 good = nclearto > netobuf ? nclearto : netobuf;
221 good = netobuf; /* where the good bytes go */
244 nbackp = netobuf;
311 nbackp = nfrontp = netobuf;
334 if ((&netobuf[BUFSIZ] - nfrontp) < len) {
1065 if ((&netobuf[BUFSIZ] - nfrontp) < 80)
    [all...]
ext.h 70 extern char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp;
state.c 1646 remaining = BUFSIZ - (nfrontp - netobuf);
1650 remaining = BUFSIZ - (nfrontp - netobuf);
1663 remaining = BUFSIZ - (nfrontp - netobuf);
1666 remaining = BUFSIZ - (nfrontp - netobuf);
telnetd.c 172 nfrontp = nbackp = netobuf;
1073 if ((&netobuf[BUFSIZ] - nfrontp) < 2)

Completed in 18 milliseconds