Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-macsec.c56 nd_uint8_t short_length; member
89 u_int short_length) in macsec_print_header() argument
97 if (short_length != 0) in macsec_print_header()
98 ND_PRINT(", sl %u", short_length); in macsec_print_header()
118 u_int short_length; in macsec_print() local
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()
159 macsec_print_header(ndo, sectag, short_length); in macsec_print()
190 macsec_print_header(ndo, sectag, short_length); in macsec_print()
230 if (short_length != 0) { in macsec_print()
[all …]