Home
last modified time | relevance | path

Searched refs:pppos_input (Results 1 – 5 of 5) sorted by relevance

/lib/lwip/lwip/test/unit/ppp/
A Dtest_pppos.c51 pppos_input(ppp, two_breaks, sizeof(two_breaks)); in START_TEST()
52 pppos_input(ppp, other_packet, sizeof(other_packet)); in START_TEST()
/lib/lwip/lwip/doc/
A Dppp.txt381 Received data on serial port should be sent to lwIP using the pppos_input()
384 If NO_SYS is 1 and if PPP_INPROC_IRQ_SAFE is 0 (the default), pppos_input()
387 Whatever the NO_SYS value, if PPP_INPROC_IRQ_SAFE is 1, pppos_input() is IRQ
389 to reduce your need of buffer if pppos_input() is called byte after byte in
398 if NO_SYS is 0 and if PPP_INPROC_IRQ_SAFE is 1, you may also use pppos_input()
399 from an RX thread, however pppos_input() is not thread safe by itself. You can
401 ppp_free() if pppos_input() can still be running, doing this is NOT thread safe
413 void pppos_input(ppp, buffer, buffer_len);
/lib/lwip/lwip/src/include/netif/ppp/
A Dpppos.h109 void pppos_input(ppp_pcb *ppp, const void* data, int len);
/lib/lwip/lwip/src/netif/ppp/
A Dpppos.c450 pppos_input(ppp, n->payload, n->len); in pppos_input_sys()
480 pppos_input(ppp_pcb *ppp, const void *s, int l) in pppos_input() function
/lib/lwip/lwip/contrib/examples/example_app/
A Dtest.c677 pppos_input(ppp, rxbuf, count); in main_loop()

Completed in 7 milliseconds