Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c730 struct strioctl crioc; in stop_stream() local
733 crioc.ic_cmd = CRYPTIOCSTOP; in stop_stream()
734 crioc.ic_timout = -1; in stop_stream()
735 crioc.ic_len = sizeof (stopdir); in stop_stream()
736 crioc.ic_dp = (char *)&stopdir; in stop_stream()
738 if (ioctl(fd, I_STR, &crioc)) in stop_stream()
754 struct strioctl crioc; in start_stream() local
786 crioc.ic_cmd = iocval; in start_stream()
787 crioc.ic_timout = -1; in start_stream()
788 crioc.ic_len = datalen; in start_stream()
[all …]
H A Din.telnetd.c1299 struct strioctl crioc; in stop_stream() local
1302 crioc.ic_cmd = CRYPTIOCSTOP; in stop_stream()
1303 crioc.ic_timout = -1; in stop_stream()
1304 crioc.ic_len = sizeof (stopdir); in stop_stream()
1305 crioc.ic_dp = (char *)&stopdir; in stop_stream()
1307 if (ioctl(fd, I_STR, &crioc)) { in stop_stream()
1324 struct strioctl crioc; in start_stream() local
1326 crioc.ic_cmd = (dir == CRYPT_ENCRYPT ? CRYPTIOCSTARTENC : in start_stream()
1328 crioc.ic_timout = -1; in start_stream()
1329 crioc.ic_len = datalen; in start_stream()
[all …]