| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <ppp.h>
Data Fields | |
| struct net_if_api | iface_api | 
| int(* | start )(const struct device *dev) | 
| int(* | stop )(const struct device *dev) | 
| int(* | send )(const struct device *dev, struct net_pkt *pkt) | 
PPP L2 API
| struct net_if_api ppp_api::iface_api | 
The net_if_api must be placed in first position in this struct so that we are compatible with network interface API.
| int(* ppp_api::start) (const struct device *dev) | 
Start the device
| int(* ppp_api::stop) (const struct device *dev) | 
Stop the device