|
void | net_ppp_carrier_on (struct net_if *iface) |
| Inform PPP L2 driver that carrier is detected. This happens when cable is connected etc. More...
|
|
void | net_ppp_carrier_off (struct net_if *iface) |
| Inform PPP L2 driver that carrier was lost. This happens when cable is disconnected etc. More...
|
|
void | net_ppp_init (struct net_if *iface) |
| Initialize PPP L2 stack for a given interface. More...
|
|
static void | ppp_mgmt_raise_carrier_on_event (struct net_if *iface) |
| Raise CARRIER_ON event when PPP is connected. More...
|
|
static void | ppp_mgmt_raise_carrier_off_event (struct net_if *iface) |
| Raise CARRIER_OFF event when PPP is disconnected. More...
|
|
static void | ppp_mgmt_raise_phase_running_event (struct net_if *iface) |
| Raise PHASE_RUNNING event when PPP reaching RUNNING phase. More...
|
|
static void | ppp_mgmt_raise_phase_dead_event (struct net_if *iface) |
| Raise PHASE_DEAD event when PPP reaching DEAD phase. More...
|
|
static int | net_ppp_ping (int idx, int32_t timeout) |
| Send PPP Echo-Request to peer. We expect to receive Echo-Reply back. More...
|
|
static struct ppp_context * | net_ppp_context_get (int idx) |
| Get PPP context information. This is only used by net-shell to print information about PPP. More...
|
|