Home
last modified time | relevance | path

Searched refs:pppoe_send_padt (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/core/lwip/src/netif/ppp/
Dppp_oe.c134 static err_t pppoe_send_padt(struct netif *, u_int, const u8_t *);
606 pppoe_send_padt(netif, session, shost); in pppoe_data_input()
852 err = pppoe_send_padt(sc->sc_ethif, sc->sc_session, (const u8_t *)&sc->sc_dest); in pppoe_do_disconnect()
947 pppoe_send_padt(struct netif *outgoing_if, u_int session, const u8_t *dest) in pppoe_send_padt() function