OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFM_GMASK
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
if_media.h
235
#define
IFM_GMASK
0x0ff00000 /* Global options */
259
#define IFM_OPTIONS(x) ((x) & (IFM_OMASK|
IFM_GMASK
))
/external/libpcap/
pcap-bpf.c
189
* We check this by checking whether
IFM_GMASK
is defined and > 2^32-1.
191
# if defined(
IFM_GMASK
) &&
IFM_GMASK
> 0xFFFFFFFF
[
all
...]
Completed in 52 milliseconds