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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-openflow-1.0.c1454 u_char alen_bogus = 0, skip = 0; local
1483 alen_bogus = alen != 8;
1488 alen_bogus = alen != 16;
1491 alen_bogus = alen % 8 != 0; /* already >= 8 so far */
1496 if (alen_bogus) {

Completed in 102 milliseconds