Searched refs:pppoe_softc (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp_oe.c | 120 static int pppoe_do_disconnect(struct pppoe_softc *); 121 static void pppoe_abort_connect(struct pppoe_softc *); 122 static void pppoe_clear_softc(struct pppoe_softc *, const char *); 128 static err_t pppoe_send_padi(struct pppoe_softc *); 129 static err_t pppoe_send_padr(struct pppoe_softc *); 131 static err_t pppoe_send_pado(struct pppoe_softc *); 132 static err_t pppoe_send_pads(struct pppoe_softc *); 137 static struct pppoe_softc * pppoe_find_softc_by_session(u_int, struct netif *); 138 static struct pppoe_softc * pppoe_find_softc_by_hunique(u8_t *, size_t, struct netif *); 141 static struct pppoe_softc *pppoe_softc_list; [all …]
|
D | ppp.c | 197 struct pppoe_softc *pppoe_sc;
|
/external/syslinux/core/lwip/src/include/netif/ |
D | ppp_oe.h | 147 struct pppoe_softc { struct 148 struct pppoe_softc *next; argument 174 …ate(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc **scptr); argument 177 int pppoe_connect(struct pppoe_softc *sc); 178 void pppoe_disconnect(struct pppoe_softc *sc); 183 err_t pppoe_xmit(struct pppoe_softc *sc, struct pbuf *pb);
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | memp_std.h | 91 LWIP_MEMPOOL(PPPOE_IF, MEMP_NUM_PPPOE_INTERFACES, sizeof(struct pppoe_softc), "PPPOE_IF")
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 47 instead of the heap (moved struct pppoe_softc from ppp_oe.c to ppp_oe.h)
|