Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sunatm.c50 #define DIR_POS 0 /* Direction (0x80 = transmit, 0x00 = receive) */ macro
81 ND_PRINT((ndo, p[DIR_POS] & 0x80 ? "Tx: " : "Rx: ")); in sunatm_if_print()
84 switch (p[DIR_POS] & 0x0f) { in sunatm_if_print()