Home
last modified time | relevance | path

Searched refs:auth_proto (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-2.7.6/subsys/net/l2/ppp/
Dlink.c72 uint16_t auth_proto = 0; in do_auth() local
77 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()
Dlcp.c62 uint16_t auth_proto; member
78 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()
/Zephyr-Core-2.7.6/include/net/
Dppp.h350 uint16_t auth_proto; member