Searched refs:ethernet_output (Results 1 – 4 of 4) sorted by relevance
/btstack/3rd-party/lwip/core/src/core/ipv6/ |
H A D | ethip6.c | 101 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 D | ethernet.h | 67 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 D | etharp.c | 487 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, ðbroadcast, ETHTYPE_ARP); 1165 ethernet_output(netif, p, ethsrc_addr, ethdst_addr, ETHTYPE_ARP);
|
/btstack/3rd-party/lwip/core/src/netif/ |
H A D | ethernet.c | 270 ethernet_output(struct netif * netif, struct pbuf * p, function
|