Home | History | Annotate | Download | only in dhdutil

Lines Matching refs:totlen

1522 	int totlen;
1525 totlen = buflen;
1528 while (totlen >= TLV_HDR_LEN) {
1531 /* validate remaining totlen */
1533 (totlen >= (len + TLV_HDR_LEN)))
1537 totlen -= (len + TLV_HDR_LEN);
1553 int totlen;
1556 totlen = buflen;
1559 while (totlen >= TLV_HDR_LEN) {
1567 /* validate remaining totlen */
1569 (totlen >= (len + TLV_HDR_LEN)))
1573 totlen -= (len + TLV_HDR_LEN);