Searched defs:netobuf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dnetwork.c65 static unsigned char netobuf[10*BUFSIZ]; variable
75 if (ring_init(&netoring, netobuf, sizeof (netobuf)) != 1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c133 static char netobuf[BUFSIZ], *nfrontp = netobuf, *nbackp = netobuf; variable
4355 thisitem = netobuf;
4363 good = netobuf; /* where the good bytes go */
4382 nbackp = netobuf;
4439 nbackp = nfrontp = netobuf;
4827 for (q = nfrontp; p && *p && q < nfrontp + sizeof (netobuf) - 1; )
4839 nfrontp += q - netobuf;
4910 remaining = BUFSIZ - (nfrontp - netobuf);
[all...]

Completed in 67 milliseconds