Lines Matching defs:netif
34 #include "netif/ppp/ppp_opts.h"
38 #include "netif/ppp/pppapi.h"
40 #include "netif/ppp/pppoe.h"
41 #include "netif/ppp/pppol2tp.h"
42 #include "netif/ppp/pppos.h"
142 pppapi_pppos_create(struct netif *pppif, pppos_output_cb_fn output_cb,
184 pppapi_pppoe_create(struct netif *pppif, struct netif *ethif, const char *service_name,
219 msg->msg.msg.l2tpcreate.netif, API_EXPR_REF(msg->msg.msg.l2tpcreate.ipaddr), msg->msg.msg.l2tpcreate.port,
236 pppapi_pppol2tp_create(struct netif *pppif, struct netif *netif, ip_addr_t *ipaddr, u16_t port,
250 PPPAPI_VAR_REF(msg).msg.msg.l2tpcreate.netif = netif;