OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eacmp
(Results
1 - 1
of
1
) sorted by null
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
ethernet.h
152
#define
eacmp
(a, b) ((((const uint16 *)(a))[0] ^ ((const uint16 *)(b))[0]) | \
macro
156
#define ether_cmp(a, b)
eacmp
(a, b)
Completed in 56 milliseconds