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

/external/dhcpcd/
H A Dbpf-filter.h41 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, ARPOP_REQUEST, 2, 0),
H A Darp.c136 ar.ar_op != htons(ARPOP_REQUEST))
222 if (send_arp(iface, ARPOP_REQUEST,
300 if (send_arp(iface, ARPOP_REQUEST, 0, addr.s_addr) == -1)
/external/iproute2/include/linux/
H A Dif_arp.h99 #define ARPOP_REQUEST 1 /* ARP request */ macro
/external/kernel-headers/original/uapi/linux/
H A Dif_arp.h103 #define ARPOP_REQUEST 1 /* ARP request */ macro
/external/libnl/include/linux/
H A Dif_arp.h91 #define ARPOP_REQUEST 1 /* ARP request */ macro
/external/tcpdump/
H A Dprint-arp.c65 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
103 { ARPOP_REQUEST, "Request" },
246 case ARPOP_REQUEST:
361 case ARPOP_REQUEST:
/external/iputils/
H A Darping.c285 ah->ar_op = advert ? htons(ARPOP_REPLY) : htons(ARPOP_REQUEST);
392 if (ah->ar_op != htons(ARPOP_REQUEST) &&
472 if (ah->ar_op == htons(ARPOP_REQUEST))
/external/qemu/slirp/
H A Dslirp.c570 #define ARPOP_REQUEST 1 /* ARP request */ macro
609 case ARPOP_REQUEST:
714 rah->ar_op = htons(ARPOP_REQUEST);
/external/qemu/slirp-android/
H A Dslirp.c659 #define ARPOP_REQUEST 1 /* ARP request */ macro
700 case ARPOP_REQUEST:
807 rah->ar_op = htons(ARPOP_REQUEST);
/external/iproute2/misc/
H A Darpd.c215 ah->ar_op = htons(ARPOP_REQUEST);
504 (a->ar_op != htons(ARPOP_REQUEST) &&

Completed in 5176 milliseconds