Searched refs:ar_pro (Results 1 - 10 of 10) sorted by relevance

/external/iproute2/include/linux/
H A Dif_arp.h139 __be16 ar_pro; /* format of protocol address */ member in struct:arphdr
/external/kernel-headers/original/uapi/linux/
H A Dif_arp.h143 __be16 ar_pro; /* format of protocol address */ member in struct:arphdr
/external/libnl/include/linux/
H A Dif_arp.h132 unsigned short ar_pro; /* format of protocol address */ member in struct:arphdr
/external/dhcpcd/
H A Darp.c57 ar.ar_pro = htons(ETHERTYPE_IP);
130 if (ar.ar_pro != htons(ETHERTYPE_IP))
/external/tcpdump/
H A Dprint-arp.c61 u_short ar_pro; /* format of protocol address */ member in struct:arp_pkthdr
95 #define PRO(ap) EXTRACT_16BITS(&(ap)->ar_pro)
/external/iputils/
H A Drarpd.c474 if (a->ar_pro != htons(ETH_P_IP)) {
475 syslog(LOG_ERR, "rarp protocol is not IP %04x", ntohs(a->ar_pro));
H A Darping.c282 ah->ar_pro = htons(ETH_P_IP);
402 if (ah->ar_pro != htons(ETH_P_IP))
/external/qemu/slirp/
H A Dslirp.c583 unsigned short ar_pro; /* format of protocol address */ member in struct:arphdr
629 rah->ar_pro = htons(ETH_P_IP);
711 rah->ar_pro = htons(ETH_P_IP);
/external/qemu/slirp-android/
H A Dslirp.c672 unsigned short ar_pro; /* format of protocol address */ member in struct:arphdr
722 rah->ar_pro = htons(ETH_P_IP);
804 rah->ar_pro = htons(ETH_P_IP);
/external/iproute2/misc/
H A Darpd.c212 ah->ar_pro = htons(ETH_P_IP);
507 a->ar_pro != htons(ETH_P_IP) ||

Completed in 149 milliseconds