Searched refs:pppos_create (Results 1 – 7 of 7) sorted by relevance
| /lib/lwip/lwip/src/include/netif/ppp/ |
| A D | pppos.h | 100 ppp_pcb *pppos_create(struct netif *pppif, pppos_output_cb_fn output_cb,
|
| /lib/lwip/lwip/test/unit/ppp/ |
| A D | test_pppos.c | 30 ppp = pppos_create(&pppos_netif, ppp_output_cb, ppp_link_status_cb, NULL); in pppos_setup()
|
| /lib/lwip/lwip/contrib/examples/ppp/ |
| A D | pppos_example.c | 202 ppp = pppos_create(&pppos_netif, ppp_output_cb, ppp_link_status_cb, NULL); in pppos_example_init()
|
| /lib/lwip/lwip/contrib/examples/example_app/ |
| A D | test.c | 335 ppp = pppos_create(&ppp_netif, ppp_output_cb, pppLinkStatusCallback, NULL); in test_netif_init()
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | pppapi.c | 132 msg->msg.ppp = pppos_create(msg->msg.msg.serialcreate.pppif, msg->msg.msg.serialcreate.output_cb, in pppapi_do_pppos_create()
|
| A D | pppos.c | 174 ppp_pcb *pppos_create(struct netif *pppif, pppos_output_cb_fn output_cb, in pppos_create() function
|
| /lib/lwip/lwip/doc/ |
| A D | ppp.txt | 210 ppp = pppos_create(&ppp_netif,
|
Completed in 9 milliseconds