Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c1300 uint32_t stopdir = dir; in stop_stream() local
1304 crioc.ic_len = sizeof (stopdir); in stop_stream()
1305 crioc.ic_dp = (char *)&stopdir; in stop_stream()
1492 uint32_t stopdir; in encrypt_end() local
1494 stopdir = (direction == TELNET_DIR_DECRYPT ? CRYPT_DECRYPT : in encrypt_end()
1497 stop_stream(cryptmod_fd, stopdir); in encrypt_end()
1521 start_stream(cryptmod_fd, stopdir, 0, NULL); in encrypt_end()
H A Din.rlogind.c731 uint32_t stopdir = dir; in stop_stream() local
735 crioc.ic_len = sizeof (stopdir); in stop_stream()
736 crioc.ic_dp = (char *)&stopdir; in stop_stream()
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c3343 uint32_t *stopdir; in cryptmodwput() local
3345 stopdir = (uint32_t *)mp->b_cont->b_rptr; in cryptmodwput()
3346 if (!CR_DIRECTION_OK(*stopdir)) { in cryptmodwput()
3352 if (*stopdir & CRYPT_ENCRYPT) { in cryptmodwput()
3356 if (*stopdir & CRYPT_DECRYPT) { in cryptmodwput()