Searched defs: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; local
733 crioc.ic_cmd = CRYPTIOCSTOP;
734 crioc.ic_timout = -1;
735 crioc.ic_len = sizeof (stopdir);
736 crioc.ic_dp = (char *)&stopdir;
738 if (ioctl(fd, I_STR, &crioc))
754 struct strioctl crioc; local
786 crioc.ic_cmd = iocval;
787 crioc.ic_timout = -1;
788 crioc
803 struct strioctl crioc; local
[all...]
H A Din.telnetd.c1299 struct strioctl crioc; local
1302 crioc.ic_cmd = CRYPTIOCSTOP;
1303 crioc.ic_timout = -1;
1304 crioc.ic_len = sizeof (stopdir);
1305 crioc.ic_dp = (char *)&stopdir;
1307 if (ioctl(fd, I_STR, &crioc)) {
1324 struct strioctl crioc; local
1326 crioc.ic_cmd = (dir == CRYPT_ENCRYPT ? CRYPTIOCSTARTENC :
1328 crioc.ic_timout = -1;
1329 crioc
1348 struct strioctl crioc; local
1491 struct strioctl crioc; local
1585 struct strioctl crioc; local
[all...]

Completed in 64 milliseconds