Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/
Darp.h44 #define NET_ARP_REPLY 2 macro
Darp.c519 hdr->opcode = htons(NET_ARP_REPLY); in arp_prepare_reply()
661 case NET_ARP_REPLY: in net_arp_input()
/Zephyr-Core-2.7.6/tests/net/arp/src/
Dmain.c102 if (ntohs(arp_hdr->opcode) == NET_ARP_REPLY) { in tester_send()
206 hdr->opcode = htons(NET_ARP_REPLY); in prepare_arp_reply()