Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c183 uchar_t AuthName; member
431 *p++ = ap->AuthName; in reply_to_client()
449 AUTHTYPE_NAME(ap->AuthName), in reply_to_client()
669 type_check[0] = ap->AuthName; in kerberos5_is()
925 while (aptr->AuthName != 0 && in auth_is()
926 (aptr->AuthName != data[0] || aptr->AuthHow != data[1])) in auth_is()
934 if (aptr->AuthName == AUTHTYPE_KERBEROS_V5) in auth_is()
2545 if (authenticated->AuthName == in getauthtype()