Home
last modified time | relevance | path

Searched refs:netibuf (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/telnet/telnet/
H A Dnetwork.c53 unsigned char netobuf[2*BUFSIZ], netibuf[BUFSIZ]; variable
65 if (ring_init(&netiring, netibuf, sizeof netibuf) != 1) { in init_network()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c158 netip = netibuf; in main()
1096 ncc = recv(net, netibuf, sizeof (netibuf), MSG_OOB); in my_telnet()
1098 ncc = read(net, netibuf, sizeof (netibuf)); in my_telnet()
1104 ncc = read(net, netibuf, sizeof (netibuf)); in my_telnet()
1107 ncc = read(net, netibuf, sizeof (netibuf)); in my_telnet()
1111 ncc = read(net, netibuf, sizeof (netibuf)); in my_telnet()
1119 netip = netibuf; in my_telnet()
H A Dglobal.c64 char netibuf[BUFSIZ], *netip; variable
H A Dutility.c62 ncc = read(net, netibuf, sizeof netibuf); in ttloop()
75 netip = netibuf; in ttloop()
H A Dext.h67 extern char netibuf[BUFSIZ], *netip;