Searched defs:pppif (Results 1 – 6 of 6) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ |
D | pppapi.h | 57 struct netif *pppif; member 65 struct netif *pppif; member 75 struct netif *pppif; member
|
/third_party/lwip/src/netif/ppp/ |
D | pppapi.c | 142 pppapi_pppos_create(struct netif *pppif, pppos_output_cb_fn output_cb, in pppapi_pppos_create() 184 pppapi_pppoe_create(struct netif *pppif, struct netif *ethif, const char *service_name, in pppapi_pppoe_create() 236 pppapi_pppol2tp_create(struct netif *pppif, struct netif *netif, ip_addr_t *ipaddr, u16_t port, in pppapi_pppol2tp_create()
|
D | pppol2tp.c | 109 ppp_pcb *pppol2tp_create(struct netif *pppif, in pppol2tp_create()
|
D | pppos.c | 174 ppp_pcb *pppos_create(struct netif *pppif, pppos_output_cb_fn output_cb, in pppos_create()
|
D | pppoe.c | 171 ppp_pcb *pppoe_create(struct netif *pppif, in pppoe_create()
|
D | ppp.c | 649 ppp_pcb *ppp_new(struct netif *pppif, const struct link_callbacks *callbacks, void *link_ctx_cb, pp… in ppp_new()
|