Searched refs:ethif (Results 1 - 4 of 4) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ |
H A D | pppapi.h | 66 struct netif *ethif; member 114 ppp_pcb *pppapi_pppoe_create(struct netif *pppif, struct netif *ethif, const char *service_name,
|
H A D | pppoe.h | 170 struct netif *ethif,
|
/third_party/lwip/src/netif/ppp/ |
H 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() 184 pppapi_pppoe_create(struct netif *pppif, struct netif *ethif, const char *service_name, in pppapi_pppoe_create() argument 194 PPPAPI_VAR_REF(msg).msg.msg.ethernetcreate.ethif = ethif; in pppapi_pppoe_create()
|
H A D | pppoe.c | 172 struct netif *ethif, in pppoe_create() 197 sc->sc_ethif = ethif; in pppoe_create() 171 pppoe_create(struct netif *pppif, struct netif *ethif, const char *service_name, const char *concentrator_name, ppp_link_status_cb_fn link_status_cb, void *ctx_cb) pppoe_create() argument
|
Completed in 4 milliseconds