Searched refs:AuthProtocols (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c148 static struct AuthProtocol AuthProtocols[] = { variable in typeref:struct:AuthProtocol
765 #define NUM_AUTHORIZATION (sizeof (AuthProtocols) / sizeof (AuthProtocols[0]))
775 if (AuthProtocols[i].name_length == name_length &&
776 bcmp (AuthProtocols[i].name, name, name_length) == 0)
778 return &AuthProtocols[i];

Completed in 10 milliseconds