Searched refs:netibuf (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dnetwork.c59 unsigned char netobuf[2*BUFSIZ], netibuf[BUFSIZ]; variable
71 if (ring_init(&netiring, netibuf, sizeof netibuf) != 1) {
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dglobal.c64 char netibuf[BUFSIZ], *netip; variable
H A Dtelnetd.c158 netip = netibuf;
1096 ncc = recv(net, netibuf, sizeof (netibuf), MSG_OOB);
1098 ncc = read(net, netibuf, sizeof (netibuf));
1104 ncc = read(net, netibuf, sizeof (netibuf));
1107 ncc = read(net, netibuf, sizeof (netibuf));
1111 ncc = read(net, netibuf, sizeo
[all...]
H A Dext.h67 extern char netibuf[BUFSIZ], *netip;
H A Dutility.c62 ncc = read(net, netibuf, sizeof netibuf);
75 netip = netibuf;
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dtelnetd.c153 netip = netibuf;
1117 ncc = recv(net, netibuf, sizeof (netibuf), MSG_OOB);
1119 ncc = read(net, netibuf, sizeof (netibuf));
1125 ncc = read(net, netibuf, sizeof (netibuf));
1128 ncc = read(net, netibuf, sizeof (netibuf));
1132 ncc = read(net, netibuf, sizeo
[all...]
H A Dext.h72 extern char netibuf[BUFSIZ], *netip;
H A Dutility.c78 ncc = read(net, netibuf, sizeof netibuf);
87 netip = netibuf;

Completed in 161 milliseconds