Searched defs: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 in struct:__anon277
431 *p++ = ap->AuthName;
449 AUTHTYPE_NAME(ap->AuthName),
669 type_check[0] = ap->AuthName;
925 while (aptr->AuthName != NULL &&
926 (aptr->AuthName != data[0] || aptr->AuthHow != data[1]))
934 if (aptr->AuthName == AUTHTYPE_KERBEROS_V5)
2545 if (authenticated->AuthName ==

Completed in 149 milliseconds