Home
last modified time | relevance | path

Searched refs:ethernetcreate (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dpppapi.c173 msg->msg.ppp = pppoe_create(msg->msg.msg.ethernetcreate.pppif, msg->msg.msg.ethernetcreate.ethif, in pppapi_do_pppoe_create()
174 msg->msg.msg.ethernetcreate.service_name, msg->msg.msg.ethernetcreate.concentrator_name, in pppapi_do_pppoe_create()
175 msg->msg.msg.ethernetcreate.link_status_cb, msg->msg.msg.ethernetcreate.ctx_cb); in pppapi_do_pppoe_create()
193 PPPAPI_VAR_REF(msg).msg.msg.ethernetcreate.pppif = pppif; in pppapi_pppoe_create()
194 PPPAPI_VAR_REF(msg).msg.msg.ethernetcreate.ethif = ethif; in pppapi_pppoe_create()
195 PPPAPI_VAR_REF(msg).msg.msg.ethernetcreate.service_name = service_name; in pppapi_pppoe_create()
196 PPPAPI_VAR_REF(msg).msg.msg.ethernetcreate.concentrator_name = concentrator_name; in pppapi_pppoe_create()
197 PPPAPI_VAR_REF(msg).msg.msg.ethernetcreate.link_status_cb = link_status_cb; in pppapi_pppoe_create()
198 PPPAPI_VAR_REF(msg).msg.msg.ethernetcreate.ctx_cb = ctx_cb; in pppapi_pppoe_create()
/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dpppapi.h71 } ethernetcreate; member