HomeSort by relevance Sort by last modified time
    Searched defs:ETH_P_RARP (Results 51 - 52 of 52) sorted by null

1 23

  /external/kernel-headers/original/linux/
if_ether.h 60 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */
  /external/qemu/
savevm.c 92 #ifndef ETH_P_RARP
93 #define ETH_P_RARP 0x8035
105 *(uint16_t *)(buf + 12) = htons(ETH_P_RARP); /* ethertype */
    [all...]

Completed in 43 milliseconds

1 23