Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dpppoe.c142 static err_t pppoe_send_padt(struct netif *, u_int, const u8_t *);
687 pppoe_send_padt(netif, session, shost); in pppoe_data_input()
949 pppoe_send_padt(sc->sc_ethif, sc->sc_session, (const u8_t *)&sc->sc_dest); in pppoe_disconnect()
1031 pppoe_send_padt(struct netif *outgoing_if, u_int session, const u8_t *dest) in pppoe_send_padt() function
DPPPD_FOLLOWUP419 that: pppoe_disconnect() calls pppoe_send_padt().