Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-openflow-1.0.c1454 u_char alen_bogus = 0, skip = 0; in of10_actions_print() local
1483 alen_bogus = alen != 8; in of10_actions_print()
1488 alen_bogus = alen != 16; in of10_actions_print()
1491 alen_bogus = alen % 8 != 0; /* already >= 8 so far */ in of10_actions_print()
1496 if (alen_bogus) { in of10_actions_print()