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

/haiku/src/bin/network/telnet/
H A Dnetwork.c55 unsigned char netobuf[2*BUFSIZ], netibuf[BUFSIZ]; variable
64 if (ring_init(&netoring, netobuf, sizeof netobuf) != 1) {
/haiku/src/bin/network/telnetd/
H A Dauthenc.c48 if (nfrontp + len < netobuf + BUFSIZ) {
H A Dutility.c210 thisitem = nclearto > netobuf ? nclearto : netobuf;
212 thisitem = netobuf;
222 good = nclearto > netobuf ? nclearto : netobuf;
224 good = netobuf; /* where the good bytes go */
247 nbackp = netobuf;
317 nbackp = nfrontp = netobuf;
1064 if ((&netobuf[BUFSIZ] - nfrontp) < 80) {
H A Dext.h74 EXTERN char netobuf[BUFSIZ], *nfrontp, *nbackp; variable
H A Dtelnetd.c139 nfrontp = nbackp = netobuf;
1149 if ((&netobuf[BUFSIZ] - nfrontp) < 2)
H A Dstate.c1614 remaining = BUFSIZ - (nfrontp - netobuf);
1619 remaining = BUFSIZ - (nfrontp - netobuf);

Completed in 53 milliseconds