Searched defs:pppif (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/ |
A D | pppapi.h | 57 struct netif *pppif; member 65 struct netif *pppif; member 75 struct netif *pppif; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/ |
A D | pppapi.h | 57 struct netif *pppif; member 65 struct netif *pppif; member 75 struct netif *pppif; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A 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() 235 pppapi_pppol2tp_create(struct netif *pppif, struct netif *netif, ip_addr_t *ipaddr, u16_t port, in pppapi_pppol2tp_create()
|
A D | pppol2tp.c | 109 ppp_pcb *pppol2tp_create(struct netif *pppif, in pppol2tp_create()
|
A D | pppos.c | 174 ppp_pcb *pppos_create(struct netif *pppif, pppos_output_cb_fn output_cb, in pppos_create()
|
A D | pppoe.c | 171 ppp_pcb *pppoe_create(struct netif *pppif, in pppoe_create()
|
A D | ppp.c | 641 ppp_pcb *ppp_new(struct netif *pppif, const struct link_callbacks *callbacks, void *link_ctx_cb, pp… in ppp_new()
|
Completed in 12 milliseconds