Home
last modified time | relevance | path

Searched refs:ETH_P_ARP (Results 1 – 8 of 8) sorted by relevance

/external/iproute2/include/linux/
Dif_ether.h47 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
/external/kernel-headers/original/linux/
Dif_ether.h47 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
/external/qemu/slirp/
Dslirp.c568 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
626 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()
/external/qemu/slirp-android/
Dslirp.c657 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
719 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()
/external/iproute2/misc/
Darpd.c226 sll.sll_protocol = htons(ETH_P_ARP); in send_probe()
770 sll.sll_protocol = htons(ETH_P_ARP); in main()
/external/bluetooth/bluedroid/btif/src/
Dbtif_pan.c484 if(ntohs(hdr->h_proto) == ETH_P_IP || ntohs(hdr->h_proto) == ETH_P_ARP) in should_forward()
/external/iputils/
Drarpd.c638 sll.sll_protocol = htons(ETH_P_ARP); in main()
Darping.c1170 ((struct sockaddr_ll *)&me)->sll_protocol = htons(ETH_P_ARP); in main()