Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-macsec.c71 #define MACSEC_SL_MASK 0x3F /* short length */ macro
150 if ((GET_U_1(sectag->short_length) & ~MACSEC_SL_MASK) != 0 || in macsec_print()
157 short_length = GET_U_1(sectag->short_length) & MACSEC_SL_MASK; in macsec_print()