Lines Matching refs:ppp_context
41 void (*init)(struct ppp_context *ctx);
44 enum net_verdict (*handler)(struct ppp_context *ctx,
49 void (*lower_up)(struct ppp_context *ctx);
52 void (*lower_down)(struct ppp_context *ctx);
55 void (*open)(struct ppp_context *ctx);
58 void (*close)(struct ppp_context *ctx, const uint8_t *reason);
114 void ppp_change_phase(struct ppp_context *ctx, enum ppp_phase new_phase);
117 void ppp_change_phase_debug(struct ppp_context *ctx,
131 struct ppp_context *ppp_fsm_ctx(struct ppp_fsm *fsm);
167 void ppp_link_established(struct ppp_context *ctx, struct ppp_fsm *fsm);
168 void ppp_link_authenticated(struct ppp_context *ctx);
169 void ppp_link_terminated(struct ppp_context *ctx);
170 void ppp_link_down(struct ppp_context *ctx);
171 void ppp_link_needed(struct ppp_context *ctx);
173 void ppp_network_up(struct ppp_context *ctx, int proto);
174 void ppp_network_down(struct ppp_context *ctx, int proto);
175 void ppp_network_done(struct ppp_context *ctx, int proto);
176 void ppp_network_all_down(struct ppp_context *ctx);
180 int (*conf_req_add)(struct ppp_context *ctx, struct net_pkt *pkt);
181 int (*conf_ack_handle)(struct ppp_context *ctx, struct net_pkt *pkt,
183 int (*conf_nak_handle)(struct ppp_context *ctx, struct net_pkt *pkt,