Searched refs:pppoe_create (Results 1 – 11 of 11) sorted by relevance
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | pppoe.h | 165 ppp_pcb *pppoe_create(struct netif *pppif,
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | pppoe.h | 169 ppp_pcb *pppoe_create(struct netif *pppif,
|
| /components/net/lwip/lwip-1.4.1/src/include/netif/ |
| A D | ppp_oe.h | 174 err_t pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_…
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | pppapi.c | 173 msg->msg.ppp = pppoe_create(msg->msg.msg.ethernetcreate.pppif, msg->msg.msg.ethernetcreate.ethif, in pppapi_do_pppoe_create()
|
| A D | pppoe.c | 171 ppp_pcb *pppoe_create(struct netif *pppif, in pppoe_create() function
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | pppapi.c | 173 msg->msg.ppp = pppoe_create(msg->msg.msg.ethernetcreate.pppif, msg->msg.msg.ethernetcreate.ethif, in pppapi_do_pppoe_create()
|
| A D | pppoe.c | 171 ppp_pcb *pppoe_create(struct netif *pppif, in pppoe_create() function
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | ppp_oe.c | 144 pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc … in pppoe_create() function
|
| A D | ppp.c | 645 if(pppoe_create(ethif, pd, pppOverEthernetLinkStatusCB, &pc->pppoe_sc) != ERR_OK) { in pppOverEthernetOpen()
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | ppp.txt | 231 ppp = pppoe_create(&ppp_netif,
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | ppp.txt | 231 ppp = pppoe_create(&ppp_netif,
|
Completed in 34 milliseconds