Searched refs:lcp_supported_auth_protos (Results 1 – 1 of 1) sorted by relevance
65 static const enum ppp_protocol_type lcp_supported_auth_protos[] = { enum88 for (i = 0; i < ARRAY_SIZE(lcp_supported_auth_protos); i++) { in lcp_auth_proto_parse()89 if (data->auth_proto == lcp_supported_auth_protos[i]) { in lcp_auth_proto_parse()