Home
last modified time | relevance | path

Searched refs: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; in doit() local
1098 rlmodctl.ic_cmd = CRYPTPASSTHRU; in doit()
1099 rlmodctl.ic_timout = -1; in doit()
1100 rlmodctl.ic_len = sizeof (uchar_t); in doit()
1101 rlmodctl.ic_dp = (char *)&passthru; in doit()
1103 if (ioctl(f, I_STR, &rlmodctl) < 0) in doit()