Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dppp_oe.c947 pppoe_send_padt(struct netif *outgoing_if, u_int session, const u8_t *dest) in pppoe_send_padt() argument
963 …MEMCPY(ethhdr->src.addr, ((struct eth_addr *)outgoing_if->hwaddr)->addr, sizeof(ethhdr->src.addr)); in pppoe_send_padt()
968 res = outgoing_if->linkoutput(outgoing_if, pb); in pppoe_send_padt()