OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ETH_P_RARP
(Results
51 - 52
of
52
) sorted by null
1
2
3
/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
2
3