Home | History | Annotate | Download | only in dhdutil

Lines Matching refs:totlen

1413 	int totlen;
1416 totlen = buflen;
1419 while (totlen >= 2) {
1422 /* validate remaining totlen */
1423 if ((elt->id == key) && (totlen >= (len + 2)))
1427 totlen -= (len + 2);
1443 int totlen;
1446 totlen = buflen;
1449 while (totlen >= 2) {
1457 /* validate remaining totlen */
1458 if ((id == key) && (totlen >= (len + 2)))
1462 totlen -= (len + 2);