Home | Sort by: relevance | last modified time | path |
/src/usr.bin/telnet/ | |
network.c | 56 unsigned char netobuf[2*BUFSIZ], netibuf[BUFSIZ]; variable in typeref:typename:unsigned char[][] 68 if (ring_init(&netiring, netibuf, sizeof netibuf) != 1) { |
/src/libexec/telnetd/ | |
global.c | 84 char netibuf[BUFSIZ], *netip; variable in typeref:typename:char[] |