Home
last modified time | relevance | path

Searched refs:ARP_REPLY (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/include/netif/
Detharp.h159 #define ARP_REPLY 2 macro
/lib/liblwip/test/unit/etharp/
Dtest_etharp.c95 etharphdr->opcode = htons(ARP_REPLY); in create_arp_response()
/lib/liblwip/src/netif/
Detharp.c780 hdr->opcode = htons(ARP_REPLY);
818 case PP_HTONS(ARP_REPLY):