Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/
Dethernetif.c240 case ETHTYPE_IP:
Detharp.c423 ethhdr->type = PP_HTONS(ETHTYPE_IP); in etharp_send_ip()
725 (hdr->proto != PP_HTONS(ETHTYPE_IP))) {
1232 hdr->proto = PP_HTONS(ETHTYPE_IP);
1349 case PP_HTONS(ETHTYPE_IP):
/lib/liblwip/src/include/netif/
Detharp.h138 #define ETHTYPE_IP 0x0800U macro
/lib/liblwip/src/arch/
Detherif.c270 case ETHTYPE_IP: in ethernetif_input()
/lib/liblwip/test/unit/etharp/
Dtest_etharp.c92 etharphdr->proto = htons(ETHTYPE_IP); in create_arp_response()