• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/tcpdump/

Lines Matching refs:count

1226 	int count = 0, ind;
1233 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1240 if ((u_int)count < length)
1241 ND_PRINT((ndo, "[%d extra after SEQ of varbind]", length - count));
1253 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1260 vbend = np + count;
1261 vblength = length - count;
1267 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1281 length -= count;
1282 np += count;
1289 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1323 int count = 0, error_status;
1326 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1335 length -= count;
1336 np += count;
1339 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1360 length -= count;
1361 np += count;
1364 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1385 length -= count;
1386 np += count;
1400 int count = 0, generic;
1405 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1414 length -= count;
1415 np += count;
1420 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1429 length -= count;
1430 np += count;
1433 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1445 length -= count;
1446 np += count;
1449 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1461 length -= count;
1462 np += count;
1467 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1476 length -= count;
1477 np += count;
1491 int count = 0;
1494 if ((count = asn1_parse(ndo, np, length, &pdu)) < 0)
1500 if ((u_int)count < length)
1501 ND_PRINT((ndo, "[%d extra after PDU]", length - count));
1553 int count = 0;
1556 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1567 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1574 length -= count;
1575 np += count;
1583 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1590 length -= count;
1591 np += count;
1609 int count = 0;
1612 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1629 length -= count;
1630 np += count;
1643 int count = 0;
1646 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1657 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1664 length -= count;
1665 np += count;
1668 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1677 length -= count;
1678 np += count;
1681 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1690 length -= count;
1691 np += count;
1694 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1701 length -= count;
1702 np += count;
1710 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1717 length -= count;
1718 np += count;
1721 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1728 length -= count;
1729 np += count;
1731 if ((u_int)count < length)
1732 ND_PRINT((ndo, "[%d extra after usm SEQ]", length - count));
1743 int count = 0;
1750 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1765 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1772 length -= count;
1773 np += count;
1776 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1783 length -= count;
1784 np += count;
1787 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1804 length -= count;
1805 np += count;
1813 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1821 length -= count;
1822 np += count;
1824 if ((u_int)count < length)
1825 ND_PRINT((ndo, "[%d extra after message SEQ]", length - count));
1844 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1851 length -= count;
1852 np += count;
1880 int count = 0;
1886 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1893 if ((u_int)count < length)
1894 ND_PRINT((ndo, "[%d extra after iSEQ]", length - count));
1900 if ((count = asn1_parse(ndo, np, length, &elem)) < 0)
1920 length -= count;
1921 np += count;