Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-openflow-1.0.c1277 u_char alen_bogus = 0, skip = 0; in of10_actions_print() local
1314 alen_bogus = alen != 8; in of10_actions_print()
1319 alen_bogus = alen != 16; in of10_actions_print()
1322 alen_bogus = alen % 8 != 0; /* already >= 8 so far */ in of10_actions_print()
1327 if (alen_bogus) { in of10_actions_print()