Searched refs:auth_proto (Results 1 – 3 of 3) sorted by relevance
72 uint16_t auth_proto = 0; in do_auth() local77 auth_proto = ctx->lcp.peer_options.auth_proto; in do_auth()81 if (!auth_proto) { in do_auth()87 if (proto->protocol == auth_proto) { in do_auth()
62 uint16_t auth_proto; member78 ret = net_pkt_read_be16(pkt, &data->auth_proto); in lcp_auth_proto_parse()85 (unsigned int) data->auth_proto, in lcp_auth_proto_parse()86 ppp_proto2str(data->auth_proto)); in lcp_auth_proto_parse()89 if (data->auth_proto == lcp_supported_auth_protos[i]) { in lcp_auth_proto_parse()132 ctx->lcp.peer_options.auth_proto = data.auth_proto; in lcp_config_info_req()136 (unsigned int) data.auth_proto, in lcp_config_info_req()137 ppp_proto2str(data.auth_proto)); in lcp_config_info_req()172 memset(&ctx->lcp.peer_options.auth_proto, 0, in lcp_down()173 sizeof(ctx->lcp.peer_options.auth_proto)); in lcp_down()
350 uint16_t auth_proto; member