Searched refs:ETHTYPE_IP (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/src/include/lwip/prot/ |
D | ieee.h | 54 ETHTYPE_IP = 0x0800U, enumerator
|
/third_party/lwip/src/core/ipv4/ |
D | etharp.c | 515 ethernet_output(netif, p, (struct eth_addr *)(netif->hwaddr), ethaddr, ETHTYPE_IP); 690 (hdr->proto != PP_HTONS(ETHTYPE_IP))) { 801 …rnet_output(netif, q, (struct eth_addr *)(netif->hwaddr), &arp_table[arp_idx].ethaddr, ETHTYPE_IP); 928 return ethernet_output(netif, q, (struct eth_addr *)(netif->hwaddr), dest, ETHTYPE_IP); 1039 result = ethernet_output(netif, q, srcaddr, &(arp_table[i].ethaddr), ETHTYPE_IP); 1181 hdr->proto = PP_HTONS(ETHTYPE_IP);
|
/third_party/lwip/src/netif/ |
D | ethernet.c | 173 case PP_HTONS(ETHTYPE_IP):
|
/third_party/lwip/test/unit/etharp/ |
D | test_etharp.c | 94 etharphdr->proto = htons(ETHTYPE_IP); in create_arp_response()
|
/third_party/lwip/ |
D | 0038-add-tso.patch | 32 ethernet_output(netif, p, (struct eth_addr *)(netif->hwaddr), ethaddr, ETHTYPE_IP);
|