Searched defs:rlmodctl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c1096 struct strioctl rlmodctl; local
1098 rlmodctl.ic_cmd = CRYPTPASSTHRU;
1099 rlmodctl.ic_timout = -1;
1100 rlmodctl.ic_len = sizeof (uchar_t);
1101 rlmodctl.ic_dp = (char *)&passthru;
1103 if (ioctl(f, I_STR, &rlmodctl) < 0)

Completed in 62 milliseconds