Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/rsh/
H A Drsh_locl.h156 #define RSHD_BUFSIZ (16 * 1024) /* Old maxize for Heimdal 0.4 rsh */ macro
H A Drshd.c430 buf = malloc(max(RSHD_BUFSIZ, RSH_BUFSIZ)); in rshd_loop()
446 ret = do_read (from0, buf, RSHD_BUFSIZ, ivec_in[0]); in rshd_loop()