OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDDIFC_ZZZZ
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
fddi.h
76
#define
FDDIFC_ZZZZ
0x0F /* Control bits */
print-fddi.c
158
printf("mac%1x ", fc &
FDDIFC_ZZZZ
);
162
printf("smt%1x ", fc &
FDDIFC_ZZZZ
);
166
printf("async%1x ", fc &
FDDIFC_ZZZZ
);
170
printf("sync%1x ", fc &
FDDIFC_ZZZZ
);
174
printf("imp_async%1x ", fc &
FDDIFC_ZZZZ
);
178
printf("imp_sync%1x ", fc &
FDDIFC_ZZZZ
);
Completed in 28 milliseconds