Searched refs:ETHTYPE_IP (Results 1 – 5 of 5) sorted by relevance
| /lib/lwip/lwip/contrib/ports/unix/port/netif/ |
| A D | pcapif.c | 96 if (lwip_htons(ethhdr->type) != ETHTYPE_IP || in timeout() 108 case ETHTYPE_IP: in timeout()
|
| /lib/lwip/lwip/src/include/lwip/prot/ |
| A D | ieee.h | 54 ETHTYPE_IP = 0x0800U, enumerator
|
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | etharp.c | 487 ethernet_output(netif, p, (struct eth_addr *)(netif->hwaddr), ethaddr, ETHTYPE_IP); 659 (hdr->proto != PP_HTONS(ETHTYPE_IP))) { 770 …rnet_output(netif, q, (struct eth_addr *)(netif->hwaddr), &arp_table[arp_idx].ethaddr, ETHTYPE_IP); 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); 1150 hdr->proto = PP_HTONS(ETHTYPE_IP);
|
| /lib/lwip/lwip/src/netif/ |
| A D | ethernet.c | 173 case PP_HTONS(ETHTYPE_IP):
|
| /lib/lwip/lwip/test/unit/etharp/ |
| A D | test_etharp.c | 95 etharphdr->proto = htons(ETHTYPE_IP); in create_arp_response()
|
Completed in 15 milliseconds