Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c50 static uint_t smaxbuf; /* Internal saved value of maxbuf */ variable
126 smaxbuf = maxbuf; in secure_determine_constants()
154 if ((smaxbuf == 0) || (smaxqueue == 0) || (smaxbuf != maxbuf)) { in secure_putbyte()