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

/haiku/src/bin/network/telnet/
H A Dnetwork.c59 unsigned char netobuf[2*BUFSIZ], netibuf[BUFSIZ]; variable
68 if (ring_init(&netoring, netobuf, sizeof netobuf) != 1) {
/haiku/src/bin/network/telnetd/
H A Dauthenc.c52 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.c149 nfrontp = nbackp = netobuf;
1144 if ((&netobuf[BUFSIZ] - nfrontp) < 2)
H A Dstate.c1616 remaining = BUFSIZ - (nfrontp - netobuf);
1621 remaining = BUFSIZ - (nfrontp - netobuf);

Completed in 56 milliseconds