Searched refs:pppos_input_tcpip (Results 1 – 6 of 6) sorted by relevance
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | pppos.h | 106 err_t pppos_input_tcpip(ppp_pcb *ppp, u8_t *s, int l);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | pppos.h | 102 err_t pppos_input_tcpip(ppp_pcb *ppp, u8_t *s, int l);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | ppp.txt | 382 function or the pppos_input_tcpip() function. 393 the pppos_input_tcpip() function to pass input data to the lwIP core thread 417 void pppos_input_tcpip(ppp, buffer, buffer_len);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | ppp.txt | 382 function or the pppos_input_tcpip() function. 393 the pppos_input_tcpip() function to pass input data to the lwIP core thread 417 void pppos_input_tcpip(ppp, buffer, buffer_len);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | pppos.c | 410 pppos_input_tcpip(ppp_pcb *ppp, u8_t *s, int l) in pppos_input_tcpip() function
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | pppos.c | 423 pppos_input_tcpip(ppp_pcb *ppp, u8_t *s, int l) in pppos_input_tcpip() function
|