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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2747 struct strioctl telnetmod; local
2964 telnetmod.ic_cmd = CRYPTPASSTHRU;
2965 telnetmod.ic_timout = -1;
2966 telnetmod.ic_len = sizeof (uchar_t);
2967 telnetmod.ic_dp = (char *)&passthru;
2969 if (ioctl(f, I_STR, &telnetmod) < 0)
3015 telnetmod.ic_cmd = LOGDMX_IOC_QEXCHANGE;
3016 telnetmod.ic_timout = -1;
3017 telnetmod.ic_len = sizeof (struct protocol_arg);
3018 telnetmod
3261 struct strioctl telnetmod; local
[all...]

Completed in 72 milliseconds