Lines Matching defs:netif
31 #include "netif/ppp/ppp_opts.h"
36 #include "lwip/netif.h"
38 #include "netif/ppp/ppp.h"
40 #include "netif/ppp/pppos.h"
57 struct netif *pppif;
65 struct netif *pppif;
66 struct netif *ethif;
75 struct netif *pppif;
76 struct netif *netif;
111 ppp_pcb *pppapi_pppos_create(struct netif *pppif, pppos_output_cb_fn output_cb, ppp_link_status_cb_fn link_status_cb, void *ctx_cb);
114 ppp_pcb *pppapi_pppoe_create(struct netif *pppif, struct netif *ethif, const char *service_name,
119 ppp_pcb *pppapi_pppol2tp_create(struct netif *pppif, struct netif *netif, ip_addr_t *ipaddr, u16_t port,