Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
lwip_pppos.c File Reference
Network Point to Point Protocol over Serial file. More...
Go to the source code of this file.
| Functions | |
| err_t | pppos_input_tcpip (ppp_pcb *ppp, u8_t *s, int l) | 
| Pass received raw characters to PPPoS to be decoded through lwIP TCPIP thread. | |
| PACK_STRUCT_END void | pppos_input (ppp_pcb *ppp, u8_t *s, int l) | 
| Pass received raw characters to PPPoS to be decoded. | |
Detailed Description
Network Point to Point Protocol over Serial file.
Definition in file lwip_pppos.c.
Function Documentation
| PACK_STRUCT_END void pppos_input | ( | ppp_pcb * | ppp, | 
| u8_t * | s, | ||
| int | l | ||
| ) | 
Pass received raw characters to PPPoS to be decoded.
- Parameters:
- 
  ppp PPP descriptor index, returned by pppos_create() s received data l length of received data 
Definition at line 464 of file lwip_pppos.c.
| err_t pppos_input_tcpip | ( | ppp_pcb * | ppp, | 
| u8_t * | s, | ||
| int | l | ||
| ) | 
Pass received raw characters to PPPoS to be decoded through lwIP TCPIP thread.
- Parameters:
- 
  ppp PPP descriptor index, returned by pppos_create() s received data l length of received data 
Definition at line 410 of file lwip_pppos.c.
Generated on Fri Jul 22 2022 10:32:49 by
 1.7.2
 1.7.2