• Home
  • Raw
  • Download

Lines Matching refs:ndo

523 rx_print(netdissect_options *ndo,  in rx_print()  argument
531 if (ndo->ndo_snapend - bp < (int)sizeof (struct rx_header)) { in rx_print()
532 ND_PRINT((ndo, " [|rx] (%d)", length)); in rx_print()
538 ND_PRINT((ndo, " rx %s", tok2str(rx_types, "type %d", rxh->type))); in rx_print()
540 if (ndo->ndo_vflag) { in rx_print()
543 if (ndo->ndo_vflag > 1) in rx_print()
544 ND_PRINT((ndo, " cid %08x call# %d", in rx_print()
548 ND_PRINT((ndo, " seq %d ser %d", in rx_print()
552 if (ndo->ndo_vflag > 2) in rx_print()
553 ND_PRINT((ndo, " secindex %d serviceid %hu", in rx_print()
557 if (ndo->ndo_vflag > 1) in rx_print()
564 ND_PRINT((ndo, " ")); in rx_print()
566 ND_PRINT((ndo, ",")); in rx_print()
568 ND_PRINT((ndo, "<%s>", rx_flags[i].s)); in rx_print()
591 rx_cache_insert(ndo, bp, (const struct ip *) bp2, dport); in rx_print()
595 fs_print(ndo, bp, length); in rx_print()
598 cb_print(ndo, bp, length); in rx_print()
601 prot_print(ndo, bp, length); in rx_print()
604 vldb_print(ndo, bp, length); in rx_print()
607 kauth_print(ndo, bp, length); in rx_print()
610 vol_print(ndo, bp, length); in rx_print()
613 bos_print(ndo, bp, length); in rx_print()
635 fs_reply_print(ndo, bp, length, opcode); in rx_print()
638 cb_reply_print(ndo, bp, length, opcode); in rx_print()
641 prot_reply_print(ndo, bp, length, opcode); in rx_print()
644 vldb_reply_print(ndo, bp, length, opcode); in rx_print()
647 kauth_reply_print(ndo, bp, length, opcode); in rx_print()
650 vol_reply_print(ndo, bp, length, opcode); in rx_print()
653 bos_reply_print(ndo, bp, length, opcode); in rx_print()
666 rx_ack_print(ndo, bp, length); in rx_print()
669 ND_PRINT((ndo, " (%d)", length)); in rx_print()
677 rx_cache_insert(netdissect_options *ndo, in rx_cache_insert() argument
683 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) in rx_cache_insert()
752 ND_PRINT((ndo, " fid %d/%d/%d", (int) n1, (int) n2, (int) n3)); \
761 ND_PRINT((ndo, " \"")); \
762 if (fn_printn(ndo, bp, i, ndo->ndo_snapend)) \
764 ND_PRINT((ndo, "\"")); \
772 ND_PRINT((ndo, " %d", i)); \
779 ND_PRINT((ndo, " %lu", i)); \
786 ND_PRINT((ndo, " %" PRIu64, i)); \
795 ND_PRINT((ndo, " %s", str)); \
801 if (mask) ND_PRINT((ndo, " StoreStatus")); \
802 if (mask & 1) { ND_PRINT((ndo, " date")); DATEOUT(); } \
805 if (mask & 2) ND_PRINT((ndo, " owner %lu", i)); \
807 if (mask & 4) ND_PRINT((ndo, " group %lu", i)); \
809 if (mask & 8) ND_PRINT((ndo, " mode %lo", i & 07777)); \
811 if (mask & 16) ND_PRINT((ndo, " segsize %lu", i)); \
813 if (mask & 1024) ND_PRINT((ndo, " fsync")); \
822 ND_PRINT((ndo, " %d.%d", epoch, counter)); \
829 ND_PRINT((ndo, " %08x", temp)); \
832 ND_PRINT((ndo, "%04x", temp)); \
835 ND_PRINT((ndo, "%04x", temp)); \
839 ND_PRINT((ndo, "%02x", (unsigned char) temp)); \
859 ND_PRINT((ndo, " \"")); \
860 fn_print(ndo, s, NULL); \
861 ND_PRINT((ndo, "\"")); \
872 ND_PRINT((ndo, " server %d:%d:%d", (int) n1, (int) n2, (int) n3)); \
880 fs_print(netdissect_options *ndo, in fs_print() argument
889 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in fs_print()
900 ND_PRINT((ndo, " fs call %s", tok2str(fs_req, "op#%d", fs_op))); in fs_print()
916 ND_PRINT((ndo, " offset")); in fs_print()
918 ND_PRINT((ndo, " length")); in fs_print()
938 ND_PRINT((ndo, " offset")); in fs_print()
940 ND_PRINT((ndo, " length")); in fs_print()
942 ND_PRINT((ndo, " flen")); in fs_print()
956 acl_print(ndo, (u_char *) a, sizeof(a), (u_char *) a + i); in fs_print()
971 ND_PRINT((ndo, " old")); in fs_print()
974 ND_PRINT((ndo, " new")); in fs_print()
981 ND_PRINT((ndo, " link to")); in fs_print()
987 ND_PRINT((ndo, " link to")); in fs_print()
995 ND_PRINT((ndo, " volid")); in fs_print()
999 ND_PRINT((ndo, " volname")); in fs_print()
1013 ND_PRINT((ndo, ",")); in fs_print()
1016 ND_PRINT((ndo, " <none!>")); in fs_print()
1020 ND_PRINT((ndo, " offset")); in fs_print()
1022 ND_PRINT((ndo, " length")); in fs_print()
1028 ND_PRINT((ndo, " offset")); in fs_print()
1030 ND_PRINT((ndo, " length")); in fs_print()
1032 ND_PRINT((ndo, " flen")); in fs_print()
1036 ND_PRINT((ndo, " addr")); in fs_print()
1045 ND_PRINT((ndo, " [|fs]")); in fs_print()
1053 fs_reply_print(netdissect_options *ndo, in fs_reply_print() argument
1069 ND_PRINT((ndo, " fs reply %s", tok2str(fs_req, "op#%d", opcode))); in fs_reply_print()
1089 acl_print(ndo, (u_char *) a, sizeof(a), (u_char *) a + i); in fs_reply_print()
1094 ND_PRINT((ndo, " new")); in fs_reply_print()
1098 ND_PRINT((ndo, " root volume")); in fs_reply_print()
1117 ND_PRINT((ndo, " error %s", tok2str(afs_fs_errors, "#%d", i))); in fs_reply_print()
1119 ND_PRINT((ndo, " strange fs reply of type %d", rxh->type)); in fs_reply_print()
1125 ND_PRINT((ndo, " [|fs]")); in fs_reply_print()
1143 acl_print(netdissect_options *ndo, in acl_print() argument
1167 ND_PRINT((ndo, "%s%s%s%s%s%s%s", \ in acl_print()
1181 ND_PRINT((ndo, " +{")); in acl_print()
1182 fn_print(ndo, (u_char *)user, NULL); in acl_print()
1183 ND_PRINT((ndo, " ")); in acl_print()
1185 ND_PRINT((ndo, "}")); in acl_print()
1195 ND_PRINT((ndo, " -{")); in acl_print()
1196 fn_print(ndo, (u_char *)user, NULL); in acl_print()
1197 ND_PRINT((ndo, " ")); in acl_print()
1199 ND_PRINT((ndo, "}")); in acl_print()
1216 cb_print(netdissect_options *ndo, in cb_print() argument
1225 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in cb_print()
1236 ND_PRINT((ndo, " cb call %s", tok2str(cb_req, "op#%d", cb_op))); in cb_print()
1256 ND_PRINT((ndo, ",")); in cb_print()
1260 ND_PRINT((ndo, " <none!>")); in cb_print()
1266 ND_PRINT((ndo, ";")); in cb_print()
1269 ND_PRINT((ndo, " ver")); in cb_print()
1271 ND_PRINT((ndo, " expires")); in cb_print()
1280 ND_PRINT((ndo, " afsuuid")); in cb_print()
1291 ND_PRINT((ndo, " [|cb]")); in cb_print()
1299 cb_reply_print(netdissect_options *ndo, in cb_reply_print() argument
1314 ND_PRINT((ndo, " cb reply %s", tok2str(cb_req, "op#%d", opcode))); in cb_reply_print()
1334 ND_PRINT((ndo, " errcode")); in cb_reply_print()
1341 ND_PRINT((ndo, " [|cb]")); in cb_reply_print()
1349 prot_print(netdissect_options *ndo, in prot_print() argument
1358 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in prot_print()
1369 ND_PRINT((ndo, " pt")); in prot_print()
1372 ubik_print(ndo, bp); in prot_print()
1376 ND_PRINT((ndo, " call %s", tok2str(pt_req, "op#%d", pt_op))); in prot_print()
1387 ND_PRINT((ndo, " id")); in prot_print()
1389 ND_PRINT((ndo, " oldid")); in prot_print()
1401 ND_PRINT((ndo, " id")); in prot_print()
1405 ND_PRINT((ndo, " pos")); in prot_print()
1411 ND_PRINT((ndo, " uid")); in prot_print()
1413 ND_PRINT((ndo, " gid")); in prot_print()
1434 ND_PRINT((ndo, " <none!>")); in prot_print()
1440 ND_PRINT((ndo, " ids:")); in prot_print()
1447 ND_PRINT((ndo, " <none!>")); in prot_print()
1452 ND_PRINT((ndo, " flag")); in prot_print()
1454 ND_PRINT((ndo, " oid")); in prot_print()
1458 ND_PRINT((ndo, " id")); in prot_print()
1460 ND_PRINT((ndo, " gflag")); in prot_print()
1464 ND_PRINT((ndo, " id")); in prot_print()
1467 ND_PRINT((ndo, " oldid")); in prot_print()
1469 ND_PRINT((ndo, " newid")); in prot_print()
1473 ND_PRINT((ndo, " id")); in prot_print()
1485 ND_PRINT((ndo, " [|pt]")); in prot_print()
1493 prot_reply_print(netdissect_options *ndo, in prot_reply_print() argument
1510 ND_PRINT((ndo, " pt")); in prot_reply_print()
1513 ubik_reply_print(ndo, bp, length, opcode); in prot_reply_print()
1517 ND_PRINT((ndo, " reply %s", tok2str(pt_req, "op#%d", opcode))); in prot_reply_print()
1530 ND_PRINT((ndo, " ids:")); in prot_reply_print()
1537 ND_PRINT((ndo, " <none!>")); in prot_reply_print()
1558 ND_PRINT((ndo, " <none!>")); in prot_reply_print()
1575 ND_PRINT((ndo, " <none!>")); in prot_reply_print()
1579 ND_PRINT((ndo, " maxuid")); in prot_reply_print()
1581 ND_PRINT((ndo, " maxgid")); in prot_reply_print()
1591 ND_PRINT((ndo, " errcode")); in prot_reply_print()
1598 ND_PRINT((ndo, " [|pt]")); in prot_reply_print()
1606 vldb_print(netdissect_options *ndo, in vldb_print() argument
1615 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in vldb_print()
1626 ND_PRINT((ndo, " vldb")); in vldb_print()
1629 ubik_print(ndo, bp); in vldb_print()
1632 ND_PRINT((ndo, " call %s", tok2str(vldb_req, "op#%d", vldb_op))); in vldb_print()
1651 ND_PRINT((ndo, " volid")); in vldb_print()
1657 ND_PRINT((ndo, " type %s", voltype[i])); in vldb_print()
1666 ND_PRINT((ndo, " bump")); in vldb_print()
1671 ND_PRINT((ndo, " volid")); in vldb_print()
1677 ND_PRINT((ndo, " type %s", voltype[i])); in vldb_print()
1682 ND_PRINT((ndo, " index")); in vldb_print()
1692 ND_PRINT((ndo, " [|vldb]")); in vldb_print()
1700 vldb_reply_print(netdissect_options *ndo, in vldb_reply_print() argument
1717 ND_PRINT((ndo, " vldb")); in vldb_reply_print()
1720 ubik_reply_print(ndo, bp, length, opcode); in vldb_reply_print()
1724 ND_PRINT((ndo, " reply %s", tok2str(vldb_req, "op#%d", opcode))); in vldb_reply_print()
1735 ND_PRINT((ndo, " count")); in vldb_reply_print()
1737 ND_PRINT((ndo, " nextindex")); in vldb_reply_print()
1745 ND_PRINT((ndo, " numservers")); in vldb_reply_print()
1749 ND_PRINT((ndo, " %lu", nservers)); in vldb_reply_print()
1750 ND_PRINT((ndo, " servers")); in vldb_reply_print()
1754 ND_PRINT((ndo, " %s", in vldb_reply_print()
1758 ND_PRINT((ndo, " partitions")); in vldb_reply_print()
1763 ND_PRINT((ndo, " %c", 'a' + (int)j)); in vldb_reply_print()
1765 ND_PRINT((ndo, " %lu", j)); in vldb_reply_print()
1770 ND_PRINT((ndo, " rwvol")); in vldb_reply_print()
1772 ND_PRINT((ndo, " rovol")); in vldb_reply_print()
1774 ND_PRINT((ndo, " backup")); in vldb_reply_print()
1779 ND_PRINT((ndo, " newvol")); in vldb_reply_print()
1784 ND_PRINT((ndo, " count")); in vldb_reply_print()
1786 ND_PRINT((ndo, " nextindex")); in vldb_reply_print()
1792 ND_PRINT((ndo, " numservers")); in vldb_reply_print()
1796 ND_PRINT((ndo, " %lu", nservers)); in vldb_reply_print()
1797 ND_PRINT((ndo, " servers")); in vldb_reply_print()
1801 ND_PRINT((ndo, " %s", in vldb_reply_print()
1805 ND_PRINT((ndo, " partitions")); in vldb_reply_print()
1810 ND_PRINT((ndo, " %c", 'a' + (int)j)); in vldb_reply_print()
1812 ND_PRINT((ndo, " %lu", j)); in vldb_reply_print()
1817 ND_PRINT((ndo, " rwvol")); in vldb_reply_print()
1819 ND_PRINT((ndo, " rovol")); in vldb_reply_print()
1821 ND_PRINT((ndo, " backup")); in vldb_reply_print()
1829 ND_PRINT((ndo, " numservers")); in vldb_reply_print()
1833 ND_PRINT((ndo, " %lu", nservers)); in vldb_reply_print()
1834 ND_PRINT((ndo, " servers")); in vldb_reply_print()
1837 ND_PRINT((ndo, " afsuuid")); in vldb_reply_print()
1846 ND_PRINT((ndo, " partitions")); in vldb_reply_print()
1851 ND_PRINT((ndo, " %c", 'a' + (int)j)); in vldb_reply_print()
1853 ND_PRINT((ndo, " %lu", j)); in vldb_reply_print()
1858 ND_PRINT((ndo, " rwvol")); in vldb_reply_print()
1860 ND_PRINT((ndo, " rovol")); in vldb_reply_print()
1862 ND_PRINT((ndo, " backup")); in vldb_reply_print()
1873 ND_PRINT((ndo, " errcode")); in vldb_reply_print()
1880 ND_PRINT((ndo, " [|vldb]")); in vldb_reply_print()
1888 kauth_print(netdissect_options *ndo, in kauth_print() argument
1896 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in kauth_print()
1907 ND_PRINT((ndo, " kauth")); in kauth_print()
1910 ubik_print(ndo, bp); in kauth_print()
1915 ND_PRINT((ndo, " call %s", tok2str(kauth_req, "op#%d", kauth_op))); in kauth_print()
1934 ND_PRINT((ndo, " principal")); in kauth_print()
1942 ND_PRINT((ndo, " kvno")); in kauth_print()
1944 ND_PRINT((ndo, " domain")); in kauth_print()
1951 ND_PRINT((ndo, " principal")); in kauth_print()
1957 ND_PRINT((ndo, " principal")); in kauth_print()
1960 ND_PRINT((ndo, " kvno")); in kauth_print()
1964 ND_PRINT((ndo, " name")); in kauth_print()
1974 ND_PRINT((ndo, " [|kauth]")); in kauth_print()
1982 kauth_reply_print(netdissect_options *ndo, in kauth_reply_print() argument
1997 ND_PRINT((ndo, " kauth")); in kauth_reply_print()
2000 ubik_reply_print(ndo, bp, length, opcode); in kauth_reply_print()
2004 ND_PRINT((ndo, " reply %s", tok2str(kauth_req, "op#%d", opcode))); in kauth_reply_print()
2019 ND_PRINT((ndo, " errcode")); in kauth_reply_print()
2026 ND_PRINT((ndo, " [|kauth]")); in kauth_reply_print()
2034 vol_print(netdissect_options *ndo, in vol_print() argument
2042 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in vol_print()
2053 ND_PRINT((ndo, " vol call %s", tok2str(vol_req, "op#%d", vol_op))); in vol_print()
2059 ND_PRINT((ndo, " partition")); in vol_print()
2061 ND_PRINT((ndo, " name")); in vol_print()
2063 ND_PRINT((ndo, " type")); in vol_print()
2065 ND_PRINT((ndo, " parent")); in vol_print()
2070 ND_PRINT((ndo, " trans")); in vol_print()
2074 ND_PRINT((ndo, " totrans")); in vol_print()
2076 ND_PRINT((ndo, " flags")); in vol_print()
2080 ND_PRINT((ndo, " fromtrans")); in vol_print()
2082 ND_PRINT((ndo, " fromdate")); in vol_print()
2085 ND_PRINT((ndo, " desttrans")); in vol_print()
2089 ND_PRINT((ndo, " trans")); in vol_print()
2093 ND_PRINT((ndo, " trans")); in vol_print()
2095 ND_PRINT((ndo, " purgevol")); in vol_print()
2097 ND_PRINT((ndo, " newtype")); in vol_print()
2099 ND_PRINT((ndo, " newname")); in vol_print()
2103 ND_PRINT((ndo, " trans")); in vol_print()
2105 ND_PRINT((ndo, " flags")); in vol_print()
2109 ND_PRINT((ndo, " vol")); in vol_print()
2111 ND_PRINT((ndo, " partition")); in vol_print()
2113 ND_PRINT((ndo, " flags")); in vol_print()
2118 ND_PRINT((ndo, " fromtrans")); in vol_print()
2120 ND_PRINT((ndo, " fromdate")); in vol_print()
2124 ND_PRINT((ndo, " index")); in vol_print()
2128 ND_PRINT((ndo, " tid")); in vol_print()
2130 ND_PRINT((ndo, " newsite")); in vol_print()
2135 ND_PRINT((ndo, " tid")); in vol_print()
2138 ND_PRINT((ndo, " name")); in vol_print()
2140 ND_PRINT((ndo, " type")); in vol_print()
2142 ND_PRINT((ndo, " pid")); in vol_print()
2144 ND_PRINT((ndo, " cloneid")); in vol_print()
2148 ND_PRINT((ndo, " partition")); in vol_print()
2150 ND_PRINT((ndo, " flags")); in vol_print()
2154 ND_PRINT((ndo, " tid")); in vol_print()
2156 ND_PRINT((ndo, " name")); in vol_print()
2158 ND_PRINT((ndo, " type")); in vol_print()
2160 ND_PRINT((ndo, " pid")); in vol_print()
2162 ND_PRINT((ndo, " clone")); in vol_print()
2164 ND_PRINT((ndo, " backup")); in vol_print()
2168 ND_PRINT((ndo, " name")); in vol_print()
2172 ND_PRINT((ndo, " tid")); in vol_print()
2180 ND_PRINT((ndo, " partid")); in vol_print()
2182 ND_PRINT((ndo, " volid")); in vol_print()
2186 ND_PRINT((ndo, " tid")); in vol_print()
2188 ND_PRINT((ndo, " date")); in vol_print()
2192 ND_PRINT((ndo, " tid")); in vol_print()
2196 ND_PRINT((ndo, " fromtrans")); in vol_print()
2198 ND_PRINT((ndo, " fromdate")); in vol_print()
2208 ND_PRINT((ndo, ",")); in vol_print()
2211 ND_PRINT((ndo, " <none!>")); in vol_print()
2215 ND_PRINT((ndo, " fromtrans")); in vol_print()
2217 ND_PRINT((ndo, " fromdate")); in vol_print()
2219 ND_PRINT((ndo, " flags")); in vol_print()
2228 ND_PRINT((ndo, " [|vol]")); in vol_print()
2236 vol_reply_print(netdissect_options *ndo, in vol_reply_print() argument
2251 ND_PRINT((ndo, " vol reply %s", tok2str(vol_req, "op#%d", opcode))); in vol_reply_print()
2262 ND_PRINT((ndo, " volid")); in vol_reply_print()
2264 ND_PRINT((ndo, " trans")); in vol_reply_print()
2271 ND_PRINT((ndo, " newvol")); in vol_reply_print()
2278 ND_PRINT((ndo, " trans")); in vol_reply_print()
2282 ND_PRINT((ndo, " volume")); in vol_reply_print()
2284 ND_PRINT((ndo, " partition")); in vol_reply_print()
2291 ND_PRINT((ndo, " volid")); in vol_reply_print()
2293 ND_PRINT((ndo, " nextuniq")); in vol_reply_print()
2295 ND_PRINT((ndo, " type")); in vol_reply_print()
2297 ND_PRINT((ndo, " parentid")); in vol_reply_print()
2299 ND_PRINT((ndo, " clone")); in vol_reply_print()
2301 ND_PRINT((ndo, " backup")); in vol_reply_print()
2303 ND_PRINT((ndo, " restore")); in vol_reply_print()
2305 ND_PRINT((ndo, " maxquota")); in vol_reply_print()
2307 ND_PRINT((ndo, " minquota")); in vol_reply_print()
2309 ND_PRINT((ndo, " owner")); in vol_reply_print()
2311 ND_PRINT((ndo, " create")); in vol_reply_print()
2313 ND_PRINT((ndo, " access")); in vol_reply_print()
2315 ND_PRINT((ndo, " update")); in vol_reply_print()
2317 ND_PRINT((ndo, " expire")); in vol_reply_print()
2319 ND_PRINT((ndo, " backup")); in vol_reply_print()
2321 ND_PRINT((ndo, " copy")); in vol_reply_print()
2334 ND_PRINT((ndo, " name")); in vol_reply_print()
2336 ND_PRINT((ndo, " volid")); in vol_reply_print()
2338 ND_PRINT((ndo, " type")); in vol_reply_print()
2341 ND_PRINT((ndo, ",")); in vol_reply_print()
2344 ND_PRINT((ndo, " <none!>")); in vol_reply_print()
2356 ND_PRINT((ndo, " errcode")); in vol_reply_print()
2363 ND_PRINT((ndo, " [|vol]")); in vol_reply_print()
2371 bos_print(netdissect_options *ndo, in bos_print() argument
2379 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in bos_print()
2390 ND_PRINT((ndo, " bos call %s", tok2str(bos_req, "op#%d", bos_op))); in bos_print()
2400 ND_PRINT((ndo, " type")); in bos_print()
2402 ND_PRINT((ndo, " instance")); in bos_print()
2423 ND_PRINT((ndo, " status")); in bos_print()
2428 ND_PRINT((ndo, " num")); in bos_print()
2441 ND_PRINT((ndo, " size")); in bos_print()
2443 ND_PRINT((ndo, " flags")); in bos_print()
2445 ND_PRINT((ndo, " date")); in bos_print()
2455 ND_PRINT((ndo, " [|bos]")); in bos_print()
2463 bos_reply_print(netdissect_options *ndo, in bos_reply_print() argument
2478 ND_PRINT((ndo, " bos reply %s", tok2str(bos_req, "op#%d", opcode))); in bos_reply_print()
2493 ND_PRINT((ndo, " errcode")); in bos_reply_print()
2500 ND_PRINT((ndo, " [|bos]")); in bos_reply_print()
2522 ubik_print(netdissect_options *ndo, in ubik_print() argument
2535 ND_PRINT((ndo, " ubik call %s", tok2str(ubik_req, "op#%d", ubik_op))); in ubik_print()
2548 ND_PRINT((ndo, " syncsite %s", temp ? "yes" : "no")); in ubik_print()
2549 ND_PRINT((ndo, " votestart")); in ubik_print()
2551 ND_PRINT((ndo, " dbversion")); in ubik_print()
2553 ND_PRINT((ndo, " tid")); in ubik_print()
2557 ND_PRINT((ndo, " site")); in ubik_print()
2565 ND_PRINT((ndo, " tid")); in ubik_print()
2569 ND_PRINT((ndo, " tid")); in ubik_print()
2571 ND_PRINT((ndo, " file")); in ubik_print()
2573 ND_PRINT((ndo, " pos")); in ubik_print()
2575 ND_PRINT((ndo, " length")); in ubik_print()
2582 ND_PRINT((ndo, " tid")); in ubik_print()
2584 ND_PRINT((ndo, " file")); in ubik_print()
2586 ND_PRINT((ndo, " pos")); in ubik_print()
2590 ND_PRINT((ndo, " file")); in ubik_print()
2594 ND_PRINT((ndo, " file")); in ubik_print()
2596 ND_PRINT((ndo, " length")); in ubik_print()
2598 ND_PRINT((ndo, " dbversion")); in ubik_print()
2602 ND_PRINT((ndo, " tid")); in ubik_print()
2604 ND_PRINT((ndo, " file")); in ubik_print()
2606 ND_PRINT((ndo, " length")); in ubik_print()
2610 ND_PRINT((ndo, " tid")); in ubik_print()
2612 ND_PRINT((ndo, " oldversion")); in ubik_print()
2614 ND_PRINT((ndo, " newversion")); in ubik_print()
2624 ND_PRINT((ndo, " [|ubik]")); in ubik_print()
2632 ubik_reply_print(netdissect_options *ndo, in ubik_reply_print() argument
2647 ND_PRINT((ndo, " ubik reply %s", tok2str(ubik_req, "op#%d", opcode))); in ubik_reply_print()
2658 ND_PRINT((ndo, " vote no")); in ubik_reply_print()
2661 ND_PRINT((ndo, " dbversion")); in ubik_reply_print()
2677 ND_PRINT((ndo, " vote yes until")); in ubik_reply_print()
2681 ND_PRINT((ndo, " errcode")); in ubik_reply_print()
2688 ND_PRINT((ndo, " [|ubik]")); in ubik_reply_print()
2696 rx_ack_print(netdissect_options *ndo, in rx_ack_print() argument
2725 if (ndo->ndo_vflag > 2) in rx_ack_print()
2726 ND_PRINT((ndo, " bufspace %d maxskew %d", in rx_ack_print()
2731 ND_PRINT((ndo, " first %d serial %d reason %s", in rx_ack_print()
2774 ND_PRINT((ndo, " acked %d", firstPacket + i)); in rx_ack_print()
2788 ND_PRINT((ndo, ",%d", firstPacket + i)); in rx_ack_print()
2814 ND_PRINT((ndo, "-%d", firstPacket + i - 1)); in rx_ack_print()
2828 ND_PRINT((ndo, "-%d", firstPacket + i - 1)); in rx_ack_print()
2837 ND_PRINT((ndo, " nacked %d", firstPacket + i)); in rx_ack_print()
2840 ND_PRINT((ndo, ",%d", firstPacket + i)); in rx_ack_print()
2845 ND_PRINT((ndo, "-%d", firstPacket + i - 1)); in rx_ack_print()
2848 ND_PRINT((ndo, "-%d", firstPacket + i - 1)); in rx_ack_print()
2859 #define TRUNCRET(n) if (ndo->ndo_snapend - bp + 1 <= n) return; in rx_ack_print()
2861 if (ndo->ndo_vflag > 1) { in rx_ack_print()
2863 ND_PRINT((ndo, " ifmtu")); in rx_ack_print()
2867 ND_PRINT((ndo, " maxmtu")); in rx_ack_print()
2871 ND_PRINT((ndo, " rwind")); in rx_ack_print()
2875 ND_PRINT((ndo, " maxpackets")); in rx_ack_print()
2882 ND_PRINT((ndo, " [|ack]")); in rx_ack_print()