Searched defs:ETH_P_RARP (Results 1 - 4 of 4) sorted by relevance

/external/libnl/include/linux/
H A Dif_ether.h56 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ macro
/external/iproute2/include/linux/
H A Dif_ether.h60 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ macro
/external/kernel-headers/original/uapi/linux/
H A Dif_ether.h61 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ macro
/external/qemu/
H A Dsavevm.c96 #ifndef ETH_P_RARP
97 #define ETH_P_RARP 0x8035 macro
109 *(uint16_t *)(buf + 12) = htons(ETH_P_RARP); /* ethertype */

Completed in 133 milliseconds