Home
last modified time | relevance | path

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

/lib/lwip/lwip/contrib/ports/unix/port/netif/
A Dpcapif.c96 if (lwip_htons(ethhdr->type) != ETHTYPE_IP || in timeout()
108 case ETHTYPE_IP: in timeout()
/lib/lwip/lwip/src/include/lwip/prot/
A Dieee.h54 ETHTYPE_IP = 0x0800U, enumerator
/lib/lwip/lwip/src/core/ipv4/
A Detharp.c487 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 Dethernet.c173 case PP_HTONS(ETHTYPE_IP):
/lib/lwip/lwip/test/unit/etharp/
A Dtest_etharp.c95 etharphdr->proto = htons(ETHTYPE_IP); in create_arp_response()

Completed in 15 milliseconds