Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dethip6.c101 return ethernet_output(netif, q, (const struct eth_addr*)(netif->hwaddr), &dest, ETHTYPE_IPV6); in ethip6_output()
120 return ethernet_output(netif, q, (const struct eth_addr*)(netif->hwaddr), &dest, ETHTYPE_IPV6); in ethip6_output()
/btstack/3rd-party/lwip/core/src/include/netif/
H A Dethernet.h67 err_t ethernet_output(struct netif* netif, struct pbuf* p, const struct eth_addr* src, const struct…
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Detharp.c487 ethernet_output(netif, p, (struct eth_addr *)(netif->hwaddr), ethaddr, ETHTYPE_IP);
770 …return ethernet_output(netif, q, (struct eth_addr *)(netif->hwaddr), &arp_table[arp_idx].ethaddr, …
897 return ethernet_output(netif, q, (struct eth_addr *)(netif->hwaddr), dest, ETHTYPE_IP);
1008 result = ethernet_output(netif, q, srcaddr, &(arp_table[i].ethaddr), ETHTYPE_IP);
1161 ethernet_output(netif, p, ethsrc_addr, &ethbroadcast, ETHTYPE_ARP);
1165 ethernet_output(netif, p, ethsrc_addr, ethdst_addr, ETHTYPE_ARP);
/btstack/3rd-party/lwip/core/src/netif/
H A Dethernet.c270 ethernet_output(struct netif * netif, struct pbuf * p, function