Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-rx.c1662 { unsigned long nservers, j; in vldb_reply_print() local
1668 nservers = EXTRACT_32BITS(bp); in vldb_reply_print()
1670 printf(" %lu", nservers); in vldb_reply_print()
1674 if (i < nservers) in vldb_reply_print()
1683 if (i < nservers && j <= 26) in vldb_reply_print()
1685 else if (i < nservers) in vldb_reply_print()
1711 { unsigned long nservers, j; in vldb_reply_print() local
1715 nservers = EXTRACT_32BITS(bp); in vldb_reply_print()
1717 printf(" %lu", nservers); in vldb_reply_print()
1721 if (i < nservers) in vldb_reply_print()
[all …]