| Data Fields | |
| void * | service_ptr | 
| Pointer to PPP Service.  More... | |
| void * | memory_manager | 
| Pointer to memory manager.  More... | |
| void * | stream | 
| Pointer to memory stream.  More... | |
| netif_input_fn | input | 
| This function is called by the PPP service to pass a packet up the TCP/IP stack.  More... | |
| void * | state | 
| This field can be set by the PPP protocol and could point to state information for the protocol.  More... | |
| u16_t | mtu | 
| maximum transfer unit (in bytes)  More... | |
Definition at line 157 of file ppp_service_if.h.
| netif_input_fn input | 
This function is called by the PPP service to pass a packet up the TCP/IP stack.
Definition at line 166 of file ppp_service_if.h.
| void* memory_manager | 
Pointer to memory manager.
Definition at line 161 of file ppp_service_if.h.
| u16_t mtu | 
maximum transfer unit (in bytes)
Definition at line 188 of file ppp_service_if.h.
| void* service_ptr | 
Pointer to PPP Service.
Definition at line 159 of file ppp_service_if.h.
| void* state | 
This field can be set by the PPP protocol and could point to state information for the protocol.
Definition at line 186 of file ppp_service_if.h.
| void* stream | 
Pointer to memory stream.
Definition at line 163 of file ppp_service_if.h.