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

/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dpppoe.c1034 pppoe_send_padt(struct netif *outgoing_if, u_int session, const u8_t *dest) argument
1056 MEMCPY(&ethhdr->src.addr, &outgoing_if->hwaddr, sizeof(ethhdr->src.addr));
1061 res = outgoing_if->linkoutput(outgoing_if, pb);

Completed in 24 milliseconds