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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-openflow-1.0.c1296 u_char alen_bogus = 0, skip = 0; local
1333 alen_bogus = alen != 8;
1338 alen_bogus = alen != 16;
1341 alen_bogus = alen % 8 != 0; /* already >= 8 so far */
1346 if (alen_bogus) {

Completed in 225 milliseconds