npppd_auth_get_type
if (npppd_auth_get_type(realm) == NPPPD_AUTH_TYPE_LOCAL)
return (npppd_auth_get_type(ppp->realm) == NPPPD_AUTH_TYPE_LOCAL)
return (npppd_auth_get_type(ppp->realm) == NPPPD_AUTH_TYPE_RADIUS)
int npppd_auth_get_type (npppd_auth_base *);
npppd_auth_get_type(auth_base) != auth->auth_type) {