ON Semiconductor / mbed-os

Dependents:   mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510

Embed: (wiki syntax)

« Back to documentation index

pppos.h File Reference

pppos.h File Reference

Network Point to Point Protocol over Serial header 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.
void pppos_input (ppp_pcb *ppp, u8_t *data, int len)
 Pass received raw characters to PPPoS to be decoded.

Detailed Description

Network Point to Point Protocol over Serial header file.

Definition in file pppos.h.


Function Documentation

void pppos_input ( ppp_pcb *  ppp,
u8_t *  s,
int  l 
)

Pass received raw characters to PPPoS to be decoded.

Parameters:
pcbPPP descriptor index, returned by pppos_create()
datareceived data
lenlength of received data

Definition at line 468 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:
pcbPPP descriptor index, returned by pppos_create()
datareceived data
lenlength of received data

Definition at line 414 of file lwip_pppos.c.