Home
last modified time | relevance | path

Searched refs:NETSLOP (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/libexec/telnetd/
H A Dglobal.c83 char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;
85 char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp;
H A Dext.h68 extern char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;
70 extern char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp;
H A Ddefs.h73 #define NETSLOP 64 macro