Searched refs:ethif (Results 1 - 4 of 4) sorted by relevance

/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dpppapi.h66 struct netif *ethif; member in struct:pppapi_msg_msg::__anon60::__anon63
114 ppp_pcb *pppapi_pppoe_create(struct netif *pppif, struct netif *ethif, const char *service_name,
H A Dpppoe.h170 struct netif *ethif,
/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dpppapi.c173 msg->msg.ppp = pppoe_create(msg->msg.msg.ethernetcreate.pppif, msg->msg.msg.ethernetcreate.ethif,
184 pppapi_pppoe_create(struct netif *pppif, struct netif *ethif, const char *service_name, argument
194 PPPAPI_VAR_REF(msg).msg.msg.ethernetcreate.ethif = ethif;
H A Dpppoe.c172 struct netif *ethif,
195 sc->sc_ethif = ethif;
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) argument

Completed in 77 milliseconds