Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-sunatm.c46 #define DIR_POS 0 /* Direction (0x80 = transmit, 0x00 = receive) */ macro
74 ND_PRINT(GET_U_1(p + DIR_POS) & 0x80 ? "Tx: " : "Rx: "); in sunatm_if_print()
77 switch (GET_U_1(p + DIR_POS) & 0x0f) { in sunatm_if_print()