Home
last modified time | relevance | path

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

/netbsd/usr.bin/telnet/
H A Dnetwork.c56 unsigned char netobuf[2*BUFSIZ], netibuf[BUFSIZ]; variable
68 if (ring_init(&netiring, netibuf, sizeof netibuf) != 1) { in init_network()
/netbsd/libexec/telnetd/
H A Dtelnetd.c171 netip = netibuf; in main()
992 ncc = read(f, netibuf, sizeof (netibuf)); in telnet()
999 netip = netibuf; in telnet()
H A Dglobal.c84 char netibuf[BUFSIZ], *netip; variable
H A Dutility.c72 ncc = read(net, netibuf, sizeof netibuf); in ttloop()
81 netip = netibuf; in ttloop()
H A Dext.h69 extern char netibuf[BUFSIZ], *netip;