Home
last modified time | relevance | path

Searched refs:medsa (Results 1 – 5 of 5) sorted by relevance

/external/tcpdump/
Dprint-medsa.c54 #define TAG(medsa) (medsa->bytes[2] >> 6) argument
58 #define SRC_TAG(medsa) ((medsa->bytes[2] >> 5) & 0x01) argument
59 #define SRC_DEV(medsa) (medsa->bytes[2] & 0x1f) argument
60 #define SRC_PORT(medsa) ((medsa->bytes[3] >> 3) & 0x01f) argument
61 #define TRUNK(medsa) ((medsa->bytes[3] >> 2) & 0x01) argument
62 #define CODE(medsa) ((medsa->bytes[3] & 0x06) | \ argument
63 ((medsa->bytes[4] >> 4) & 0x01))
67 #define CFI(medsa) (medsa->bytes[3] & 0x01) argument
68 #define PRI(medsa) (medsa->bytes[4] >> 5) argument
69 #define VID(medsa) (((u_short)(medsa->bytes[4] & 0xf) << 8 | \ argument
[all …]
DAndroid.bp131 "print-medsa.c",
DMakefile.in167 print-medsa.c \
/external/tcpdump/tests/
DTESTLIST313 medsa medsa.pcap medsa.out
314 medsa-e medsa.pcap medsa-e.out -e
/external/tcpdump/win32/prj/
DWinDump.dsp456 SOURCE="..\..\print-medsa.c"