Searched refs:medsa (Results 1 – 5 of 5) sorted by relevance
54 #define TAG(medsa) (medsa->bytes[2] >> 6) argument58 #define SRC_TAG(medsa) ((medsa->bytes[2] >> 5) & 0x01) argument59 #define SRC_DEV(medsa) (medsa->bytes[2] & 0x1f) argument60 #define SRC_PORT(medsa) ((medsa->bytes[3] >> 3) & 0x01f) argument61 #define TRUNK(medsa) ((medsa->bytes[3] >> 2) & 0x01) argument62 #define CODE(medsa) ((medsa->bytes[3] & 0x06) | \ argument63 ((medsa->bytes[4] >> 4) & 0x01))67 #define CFI(medsa) (medsa->bytes[3] & 0x01) argument68 #define PRI(medsa) (medsa->bytes[4] >> 5) argument69 #define VID(medsa) (((u_short)(medsa->bytes[4] & 0xf) << 8 | \ argument[all …]
131 "print-medsa.c",
167 print-medsa.c \
313 medsa medsa.pcap medsa.out314 medsa-e medsa.pcap medsa-e.out -e
456 SOURCE="..\..\print-medsa.c"