Home
last modified time | relevance | path

Searched refs:ARPOP_RREPLY (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dif_arp.h35 #define ARPOP_RREPLY 4 /**< RARP reply */ macro
/external/libnl/include/linux-private/linux/
Dif_arp.h102 #define ARPOP_RREPLY 4 /* RARP reply */ macro
/external/iproute2/include/linux/
Dif_arp.h106 #define ARPOP_RREPLY 4 /* RARP reply */ macro
/external/kernel-headers/original/uapi/linux/
Dif_arp.h106 #define ARPOP_RREPLY 4 /* RARP reply */ macro
/external/iputils/
Drarpd.c520 a->ar_op = htons(ARPOP_RREPLY); in serve_it()