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[] 65 if (ring_init(&netoring, netobuf, sizeof netobuf) != 1) { |
/src/libexec/telnetd/ | |
global.c | 85 char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp; variable in typeref:typename:char[] |