Home | History | Annotate | Download | only in dhdutil

Lines Matching defs:totlen

1582 	int totlen;
1585 totlen = buflen;
1588 while (totlen >= TLV_HDR_LEN) {
1591 /* validate remaining totlen */
1593 (totlen >= (len + TLV_HDR_LEN)))
1597 totlen -= (len + TLV_HDR_LEN);
1613 int totlen;
1616 totlen = buflen;
1619 while (totlen >= TLV_HDR_LEN) {
1627 /* validate remaining totlen */
1629 (totlen >= (len + TLV_HDR_LEN)))
1633 totlen -= (len + TLV_HDR_LEN);