Home
last modified time | relevance | path

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

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