Home
last modified time | relevance | path

Searched defs:ppp_protocol_handler (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.4.0/subsys/net/l2/ppp/
Dppp_internal.h39 struct ppp_protocol_handler { struct
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);
61 uint16_t protocol;