Searched defs:ETH_P_ARP (Results 1 - 5 of 5) sorted by relevance

/external/libnl/include/linux/
H A Dif_ether.h44 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
/external/iproute2/include/linux/
H A Dif_ether.h47 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
/external/kernel-headers/original/uapi/linux/
H A Dif_ether.h47 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
/external/qemu/slirp/
H A Dslirp.c568 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
626 reh->h_proto = htons(ETH_P_ARP);
662 case ETH_P_ARP:
709 reh->h_proto = htons(ETH_P_ARP);
/external/qemu/slirp-android/
H A Dslirp.c657 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
719 reh->h_proto = htons(ETH_P_ARP);
755 case ETH_P_ARP:
802 reh->h_proto = htons(ETH_P_ARP);

Completed in 1205 milliseconds