Searched refs:ETH_P_ARP (Results 1 – 8 of 8) sorted by relevance
47 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
568 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro626 reh->h_proto = htons(ETH_P_ARP); in arp_input()662 case ETH_P_ARP: in slirp_input()709 reh->h_proto = htons(ETH_P_ARP); in if_encap()
657 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro719 reh->h_proto = htons(ETH_P_ARP); in arp_input()755 case ETH_P_ARP: in slirp_input()802 reh->h_proto = htons(ETH_P_ARP); in if_encap()
226 sll.sll_protocol = htons(ETH_P_ARP); in send_probe()770 sll.sll_protocol = htons(ETH_P_ARP); in main()
484 if(ntohs(hdr->h_proto) == ETH_P_IP || ntohs(hdr->h_proto) == ETH_P_ARP) in should_forward()
638 sll.sll_protocol = htons(ETH_P_ARP); in main()
1170 ((struct sockaddr_ll *)&me)->sll_protocol = htons(ETH_P_ARP); in main()