Home
last modified time | relevance | path

Searched refs:nservers (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-rx.c1607 { unsigned long nservers, j; in vldb_reply_print() local
1613 nservers = EXTRACT_32BITS(bp); in vldb_reply_print()
1615 printf(" %lu", nservers); in vldb_reply_print()
1619 if (i < nservers) in vldb_reply_print()
1628 if (i < nservers && j <= 26) in vldb_reply_print()
1630 else if (i < nservers) in vldb_reply_print()
1656 { unsigned long nservers, j; in vldb_reply_print() local
1660 nservers = EXTRACT_32BITS(bp); in vldb_reply_print()
1662 printf(" %lu", nservers); in vldb_reply_print()
1666 if (i < nservers) in vldb_reply_print()
[all …]