Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dpppoe.c1031 pppoe_send_padt(struct netif *outgoing_if, u_int session, const u8_t *dest) in pppoe_send_padt() argument
1053 MEMCPY(&ethhdr->src.addr, &outgoing_if->hwaddr, sizeof(ethhdr->src.addr)); in pppoe_send_padt()
1058 res = outgoing_if->linkoutput(outgoing_if, pb); in pppoe_send_padt()