Lines Matching refs:ppp_context
74 struct ppp_context *ctx = net_if_l2_data(iface); in process_ppp_msg()
169 struct ppp_context *ctx = net_if_l2_data(iface); in ppp_send()
195 struct ppp_context *ctx = net_if_l2_data(iface); in ppp_flags()
200 static void ppp_open_async(struct ppp_context *ctx) in ppp_open_async()
222 static int ppp_lcp_close(struct ppp_context *ctx) in ppp_lcp_close()
239 static void ppp_lcp_lower_down_async(struct ppp_context *ctx) in ppp_lcp_lower_down_async()
252 static int ppp_lcp_lower_down(struct ppp_context *ctx) in ppp_lcp_lower_down()
271 struct ppp_context *ctx = net_if_l2_data(iface); in ppp_down()
295 struct ppp_context *ctx = net_if_l2_data(iface); in ppp_enable()
319 static int get_ppp_context(int idx, struct ppp_context **ctx, in get_ppp_context()
339 struct ppp_context *ctx = user_data; in echo_reply_handler()
352 struct ppp_context *ctx; in net_ppp_ping()
385 struct ppp_context *net_ppp_context_get(int idx) in net_ppp_context_get()
387 struct ppp_context *ctx; in net_ppp_context_get()
448 struct ppp_context *ctx; in net_ppp_mgmt_evt_handler()
474 struct ppp_context *ctx = net_if_l2_data(iface); in net_ppp_init()