Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dethip6.c94 return ethernet_output(netif, q, (struct eth_addr*)(netif->hwaddr), &dest, ETHTYPE_IPV6); in ethip6_output()
119 return ethernet_output(netif, q, (struct eth_addr*)(netif->hwaddr), &dest, ETHTYPE_IPV6); in ethip6_output()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/
A Dethernet.h67 err_t ethernet_output(struct netif* netif, struct pbuf* p, const struct eth_addr* src, const struct…
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/
A Dethernet.h67 err_t ethernet_output(struct netif* netif, struct pbuf* p, const struct eth_addr* src, const struct…
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Detharp.c507 ethernet_output(netif, p, (struct eth_addr*)(netif->hwaddr), ethaddr, ETHTYPE_IP);
750 ethernet_output(netif, p, &hdr->shwaddr, &ethbroadcast, ETHTYPE_ARP);
754 ethernet_output(netif, p, &hdr->shwaddr, &hdr->dhwaddr, ETHTYPE_ARP);
812 …return ethernet_output(netif, q, (struct eth_addr*)(netif->hwaddr), &arp_table[arp_idx].ethaddr, E…
938 return ethernet_output(netif, q, (struct eth_addr*)(netif->hwaddr), dest, ETHTYPE_IP);
1038 result = ethernet_output(netif, q, srcaddr, &(arp_table[i].ethaddr), ETHTYPE_IP);
1198 ethernet_output(netif, p, ethsrc_addr, &ethbroadcast, ETHTYPE_ARP);
1202 ethernet_output(netif, p, ethsrc_addr, ethdst_addr, ETHTYPE_ARP);
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/
A Dethernet.c260 ethernet_output(struct netif* netif, struct pbuf* p, function

Completed in 14 milliseconds