Lines Matching refs:ndo

525 rx_print(netdissect_options *ndo,  in rx_print()  argument
533 if (ndo->ndo_snapend - bp < (int)sizeof (struct rx_header)) { in rx_print()
534 ND_PRINT((ndo, " [|rx] (%d)", length)); in rx_print()
540 ND_PRINT((ndo, " rx %s", tok2str(rx_types, "type %d", rxh->type))); in rx_print()
542 if (ndo->ndo_vflag) { in rx_print()
545 if (ndo->ndo_vflag > 1) in rx_print()
546 ND_PRINT((ndo, " cid %08x call# %d", in rx_print()
550 ND_PRINT((ndo, " seq %d ser %d", in rx_print()
554 if (ndo->ndo_vflag > 2) in rx_print()
555 ND_PRINT((ndo, " secindex %d serviceid %hu", in rx_print()
559 if (ndo->ndo_vflag > 1) in rx_print()
566 ND_PRINT((ndo, " ")); in rx_print()
568 ND_PRINT((ndo, ",")); in rx_print()
570 ND_PRINT((ndo, "<%s>", rx_flags[i].s)); in rx_print()
593 rx_cache_insert(ndo, bp, (const struct ip *) bp2, dport); in rx_print()
597 fs_print(ndo, bp, length); in rx_print()
600 cb_print(ndo, bp, length); in rx_print()
603 prot_print(ndo, bp, length); in rx_print()
606 vldb_print(ndo, bp, length); in rx_print()
609 kauth_print(ndo, bp, length); in rx_print()
612 vol_print(ndo, bp, length); in rx_print()
615 bos_print(ndo, bp, length); in rx_print()
637 fs_reply_print(ndo, bp, length, opcode); in rx_print()
640 cb_reply_print(ndo, bp, length, opcode); in rx_print()
643 prot_reply_print(ndo, bp, length, opcode); in rx_print()
646 vldb_reply_print(ndo, bp, length, opcode); in rx_print()
649 kauth_reply_print(ndo, bp, length, opcode); in rx_print()
652 vol_reply_print(ndo, bp, length, opcode); in rx_print()
655 bos_reply_print(ndo, bp, length, opcode); in rx_print()
668 rx_ack_print(ndo, bp, length); in rx_print()
671 ND_PRINT((ndo, " (%d)", length)); in rx_print()
679 rx_cache_insert(netdissect_options *ndo, in rx_cache_insert() argument
685 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) in rx_cache_insert()
757 ND_PRINT((ndo, " fid %d/%d/%d", (int) n1, (int) n2, (int) n3)); \
766 ND_PRINT((ndo, " \"")); \
767 if (fn_printn(ndo, bp, _i, ndo->ndo_snapend)) \
769 ND_PRINT((ndo, "\"")); \
777 ND_PRINT((ndo, " %d", _i)); \
784 ND_PRINT((ndo, " %lu", _i)); \
791 ND_PRINT((ndo, " %" PRIu64, _i)); \
800 ND_PRINT((ndo, " %s", str)); \
806 if (mask) ND_PRINT((ndo, " StoreStatus")); \
807 if (mask & 1) { ND_PRINT((ndo, " date")); DATEOUT(); } \
810 if (mask & 2) ND_PRINT((ndo, " owner %lu", _i)); \
812 if (mask & 4) ND_PRINT((ndo, " group %lu", _i)); \
814 if (mask & 8) ND_PRINT((ndo, " mode %lo", _i & 07777)); \
816 if (mask & 16) ND_PRINT((ndo, " segsize %lu", _i)); \
818 if (mask & 1024) ND_PRINT((ndo, " fsync")); \
827 ND_PRINT((ndo, " %d.%d", epoch, counter)); \
834 ND_PRINT((ndo, " %08x", temp)); \
837 ND_PRINT((ndo, "%04x", temp)); \
840 ND_PRINT((ndo, "%04x", temp)); \
844 ND_PRINT((ndo, "%02x", (unsigned char) temp)); \
864 ND_PRINT((ndo, " \"")); \
865 fn_print(ndo, s, NULL); \
866 ND_PRINT((ndo, "\"")); \
877 ND_PRINT((ndo, " server %d:%d:%d", (int) n1, (int) n2, (int) n3)); \
885 fs_print(netdissect_options *ndo, in fs_print() argument
894 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in fs_print()
905 ND_PRINT((ndo, " fs call %s", tok2str(fs_req, "op#%d", fs_op))); in fs_print()
921 ND_PRINT((ndo, " offset")); in fs_print()
923 ND_PRINT((ndo, " length")); in fs_print()
943 ND_PRINT((ndo, " offset")); in fs_print()
945 ND_PRINT((ndo, " length")); in fs_print()
947 ND_PRINT((ndo, " flen")); in fs_print()
961 acl_print(ndo, (u_char *) a, sizeof(a), (u_char *) a + i); in fs_print()
976 ND_PRINT((ndo, " old")); in fs_print()
979 ND_PRINT((ndo, " new")); in fs_print()
986 ND_PRINT((ndo, " link to")); in fs_print()
992 ND_PRINT((ndo, " link to")); in fs_print()
1000 ND_PRINT((ndo, " volid")); in fs_print()
1004 ND_PRINT((ndo, " volname")); in fs_print()
1018 ND_PRINT((ndo, ",")); in fs_print()
1021 ND_PRINT((ndo, " <none!>")); in fs_print()
1025 ND_PRINT((ndo, " offset")); in fs_print()
1027 ND_PRINT((ndo, " length")); in fs_print()
1033 ND_PRINT((ndo, " offset")); in fs_print()
1035 ND_PRINT((ndo, " length")); in fs_print()
1037 ND_PRINT((ndo, " flen")); in fs_print()
1041 ND_PRINT((ndo, " addr")); in fs_print()
1050 ND_PRINT((ndo, " [|fs]")); in fs_print()
1058 fs_reply_print(netdissect_options *ndo, in fs_reply_print() argument
1074 ND_PRINT((ndo, " fs reply %s", tok2str(fs_req, "op#%d", opcode))); in fs_reply_print()
1094 acl_print(ndo, (u_char *) a, sizeof(a), (u_char *) a + i); in fs_reply_print()
1099 ND_PRINT((ndo, " new")); in fs_reply_print()
1103 ND_PRINT((ndo, " root volume")); in fs_reply_print()
1120 ND_PRINT((ndo, " error %s", tok2str(afs_fs_errors, "#%d", i))); in fs_reply_print()
1122 ND_PRINT((ndo, " strange fs reply of type %d", rxh->type)); in fs_reply_print()
1128 ND_PRINT((ndo, " [|fs]")); in fs_reply_print()
1146 acl_print(netdissect_options *ndo, in acl_print() argument
1170 ND_PRINT((ndo, "%s%s%s%s%s%s%s", \ in acl_print()
1184 ND_PRINT((ndo, " +{")); in acl_print()
1185 fn_print(ndo, (u_char *)user, NULL); in acl_print()
1186 ND_PRINT((ndo, " ")); in acl_print()
1188 ND_PRINT((ndo, "}")); in acl_print()
1198 ND_PRINT((ndo, " -{")); in acl_print()
1199 fn_print(ndo, (u_char *)user, NULL); in acl_print()
1200 ND_PRINT((ndo, " ")); in acl_print()
1202 ND_PRINT((ndo, "}")); in acl_print()
1219 cb_print(netdissect_options *ndo, in cb_print() argument
1228 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in cb_print()
1239 ND_PRINT((ndo, " cb call %s", tok2str(cb_req, "op#%d", cb_op))); in cb_print()
1259 ND_PRINT((ndo, ",")); in cb_print()
1263 ND_PRINT((ndo, " <none!>")); in cb_print()
1270 ND_PRINT((ndo, ";")); in cb_print()
1273 ND_PRINT((ndo, " ver")); in cb_print()
1275 ND_PRINT((ndo, " expires")); in cb_print()
1284 ND_PRINT((ndo, " afsuuid")); in cb_print()
1295 ND_PRINT((ndo, " [|cb]")); in cb_print()
1303 cb_reply_print(netdissect_options *ndo, in cb_reply_print() argument
1318 ND_PRINT((ndo, " cb reply %s", tok2str(cb_req, "op#%d", opcode))); in cb_reply_print()
1338 ND_PRINT((ndo, " errcode")); in cb_reply_print()
1345 ND_PRINT((ndo, " [|cb]")); in cb_reply_print()
1353 prot_print(netdissect_options *ndo, in prot_print() argument
1362 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in prot_print()
1373 ND_PRINT((ndo, " pt")); in prot_print()
1376 ubik_print(ndo, bp); in prot_print()
1380 ND_PRINT((ndo, " call %s", tok2str(pt_req, "op#%d", pt_op))); in prot_print()
1391 ND_PRINT((ndo, " id")); in prot_print()
1393 ND_PRINT((ndo, " oldid")); in prot_print()
1405 ND_PRINT((ndo, " id")); in prot_print()
1409 ND_PRINT((ndo, " pos")); in prot_print()
1415 ND_PRINT((ndo, " uid")); in prot_print()
1417 ND_PRINT((ndo, " gid")); in prot_print()
1438 ND_PRINT((ndo, " <none!>")); in prot_print()
1444 ND_PRINT((ndo, " ids:")); in prot_print()
1451 ND_PRINT((ndo, " <none!>")); in prot_print()
1456 ND_PRINT((ndo, " flag")); in prot_print()
1458 ND_PRINT((ndo, " oid")); in prot_print()
1462 ND_PRINT((ndo, " id")); in prot_print()
1464 ND_PRINT((ndo, " gflag")); in prot_print()
1468 ND_PRINT((ndo, " id")); in prot_print()
1471 ND_PRINT((ndo, " oldid")); in prot_print()
1473 ND_PRINT((ndo, " newid")); in prot_print()
1477 ND_PRINT((ndo, " id")); in prot_print()
1489 ND_PRINT((ndo, " [|pt]")); in prot_print()
1497 prot_reply_print(netdissect_options *ndo, in prot_reply_print() argument
1514 ND_PRINT((ndo, " pt")); in prot_reply_print()
1517 ubik_reply_print(ndo, bp, length, opcode); in prot_reply_print()
1521 ND_PRINT((ndo, " reply %s", tok2str(pt_req, "op#%d", opcode))); in prot_reply_print()
1534 ND_PRINT((ndo, " ids:")); in prot_reply_print()
1541 ND_PRINT((ndo, " <none!>")); in prot_reply_print()
1562 ND_PRINT((ndo, " <none!>")); in prot_reply_print()
1579 ND_PRINT((ndo, " <none!>")); in prot_reply_print()
1583 ND_PRINT((ndo, " maxuid")); in prot_reply_print()
1585 ND_PRINT((ndo, " maxgid")); in prot_reply_print()
1595 ND_PRINT((ndo, " errcode")); in prot_reply_print()
1602 ND_PRINT((ndo, " [|pt]")); in prot_reply_print()
1610 vldb_print(netdissect_options *ndo, in vldb_print() argument
1619 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in vldb_print()
1630 ND_PRINT((ndo, " vldb")); in vldb_print()
1633 ubik_print(ndo, bp); in vldb_print()
1636 ND_PRINT((ndo, " call %s", tok2str(vldb_req, "op#%d", vldb_op))); in vldb_print()
1655 ND_PRINT((ndo, " volid")); in vldb_print()
1661 ND_PRINT((ndo, " type %s", voltype[i])); in vldb_print()
1670 ND_PRINT((ndo, " bump")); in vldb_print()
1675 ND_PRINT((ndo, " volid")); in vldb_print()
1681 ND_PRINT((ndo, " type %s", voltype[i])); in vldb_print()
1686 ND_PRINT((ndo, " index")); in vldb_print()
1696 ND_PRINT((ndo, " [|vldb]")); in vldb_print()
1704 vldb_reply_print(netdissect_options *ndo, in vldb_reply_print() argument
1721 ND_PRINT((ndo, " vldb")); in vldb_reply_print()
1724 ubik_reply_print(ndo, bp, length, opcode); in vldb_reply_print()
1728 ND_PRINT((ndo, " reply %s", tok2str(vldb_req, "op#%d", opcode))); in vldb_reply_print()
1739 ND_PRINT((ndo, " count")); in vldb_reply_print()
1741 ND_PRINT((ndo, " nextindex")); in vldb_reply_print()
1749 ND_PRINT((ndo, " numservers")); in vldb_reply_print()
1753 ND_PRINT((ndo, " %lu", nservers)); in vldb_reply_print()
1754 ND_PRINT((ndo, " servers")); in vldb_reply_print()
1758 ND_PRINT((ndo, " %s", in vldb_reply_print()
1762 ND_PRINT((ndo, " partitions")); in vldb_reply_print()
1767 ND_PRINT((ndo, " %c", 'a' + (int)j)); in vldb_reply_print()
1769 ND_PRINT((ndo, " %lu", j)); in vldb_reply_print()
1774 ND_PRINT((ndo, " rwvol")); in vldb_reply_print()
1776 ND_PRINT((ndo, " rovol")); in vldb_reply_print()
1778 ND_PRINT((ndo, " backup")); in vldb_reply_print()
1783 ND_PRINT((ndo, " newvol")); in vldb_reply_print()
1788 ND_PRINT((ndo, " count")); in vldb_reply_print()
1790 ND_PRINT((ndo, " nextindex")); in vldb_reply_print()
1796 ND_PRINT((ndo, " numservers")); in vldb_reply_print()
1800 ND_PRINT((ndo, " %lu", nservers)); in vldb_reply_print()
1801 ND_PRINT((ndo, " servers")); in vldb_reply_print()
1805 ND_PRINT((ndo, " %s", in vldb_reply_print()
1809 ND_PRINT((ndo, " partitions")); in vldb_reply_print()
1814 ND_PRINT((ndo, " %c", 'a' + (int)j)); in vldb_reply_print()
1816 ND_PRINT((ndo, " %lu", j)); in vldb_reply_print()
1821 ND_PRINT((ndo, " rwvol")); in vldb_reply_print()
1823 ND_PRINT((ndo, " rovol")); in vldb_reply_print()
1825 ND_PRINT((ndo, " backup")); in vldb_reply_print()
1833 ND_PRINT((ndo, " numservers")); in vldb_reply_print()
1837 ND_PRINT((ndo, " %lu", nservers)); in vldb_reply_print()
1838 ND_PRINT((ndo, " servers")); in vldb_reply_print()
1841 ND_PRINT((ndo, " afsuuid")); in vldb_reply_print()
1850 ND_PRINT((ndo, " partitions")); in vldb_reply_print()
1855 ND_PRINT((ndo, " %c", 'a' + (int)j)); in vldb_reply_print()
1857 ND_PRINT((ndo, " %lu", j)); in vldb_reply_print()
1862 ND_PRINT((ndo, " rwvol")); in vldb_reply_print()
1864 ND_PRINT((ndo, " rovol")); in vldb_reply_print()
1866 ND_PRINT((ndo, " backup")); in vldb_reply_print()
1877 ND_PRINT((ndo, " errcode")); in vldb_reply_print()
1884 ND_PRINT((ndo, " [|vldb]")); in vldb_reply_print()
1892 kauth_print(netdissect_options *ndo, in kauth_print() argument
1900 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in kauth_print()
1911 ND_PRINT((ndo, " kauth")); in kauth_print()
1914 ubik_print(ndo, bp); in kauth_print()
1919 ND_PRINT((ndo, " call %s", tok2str(kauth_req, "op#%d", kauth_op))); in kauth_print()
1938 ND_PRINT((ndo, " principal")); in kauth_print()
1946 ND_PRINT((ndo, " kvno")); in kauth_print()
1948 ND_PRINT((ndo, " domain")); in kauth_print()
1955 ND_PRINT((ndo, " principal")); in kauth_print()
1961 ND_PRINT((ndo, " principal")); in kauth_print()
1964 ND_PRINT((ndo, " kvno")); in kauth_print()
1968 ND_PRINT((ndo, " name")); in kauth_print()
1978 ND_PRINT((ndo, " [|kauth]")); in kauth_print()
1986 kauth_reply_print(netdissect_options *ndo, in kauth_reply_print() argument
2001 ND_PRINT((ndo, " kauth")); in kauth_reply_print()
2004 ubik_reply_print(ndo, bp, length, opcode); in kauth_reply_print()
2008 ND_PRINT((ndo, " reply %s", tok2str(kauth_req, "op#%d", opcode))); in kauth_reply_print()
2023 ND_PRINT((ndo, " errcode")); in kauth_reply_print()
2030 ND_PRINT((ndo, " [|kauth]")); in kauth_reply_print()
2038 vol_print(netdissect_options *ndo, in vol_print() argument
2046 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in vol_print()
2057 ND_PRINT((ndo, " vol call %s", tok2str(vol_req, "op#%d", vol_op))); in vol_print()
2063 ND_PRINT((ndo, " partition")); in vol_print()
2065 ND_PRINT((ndo, " name")); in vol_print()
2067 ND_PRINT((ndo, " type")); in vol_print()
2069 ND_PRINT((ndo, " parent")); in vol_print()
2074 ND_PRINT((ndo, " trans")); in vol_print()
2078 ND_PRINT((ndo, " totrans")); in vol_print()
2080 ND_PRINT((ndo, " flags")); in vol_print()
2084 ND_PRINT((ndo, " fromtrans")); in vol_print()
2086 ND_PRINT((ndo, " fromdate")); in vol_print()
2089 ND_PRINT((ndo, " desttrans")); in vol_print()
2093 ND_PRINT((ndo, " trans")); in vol_print()
2097 ND_PRINT((ndo, " trans")); in vol_print()
2099 ND_PRINT((ndo, " purgevol")); in vol_print()
2101 ND_PRINT((ndo, " newtype")); in vol_print()
2103 ND_PRINT((ndo, " newname")); in vol_print()
2107 ND_PRINT((ndo, " trans")); in vol_print()
2109 ND_PRINT((ndo, " flags")); in vol_print()
2113 ND_PRINT((ndo, " vol")); in vol_print()
2115 ND_PRINT((ndo, " partition")); in vol_print()
2117 ND_PRINT((ndo, " flags")); in vol_print()
2122 ND_PRINT((ndo, " fromtrans")); in vol_print()
2124 ND_PRINT((ndo, " fromdate")); in vol_print()
2128 ND_PRINT((ndo, " index")); in vol_print()
2132 ND_PRINT((ndo, " tid")); in vol_print()
2134 ND_PRINT((ndo, " newsite")); in vol_print()
2139 ND_PRINT((ndo, " tid")); in vol_print()
2142 ND_PRINT((ndo, " name")); in vol_print()
2144 ND_PRINT((ndo, " type")); in vol_print()
2146 ND_PRINT((ndo, " pid")); in vol_print()
2148 ND_PRINT((ndo, " cloneid")); in vol_print()
2152 ND_PRINT((ndo, " partition")); in vol_print()
2154 ND_PRINT((ndo, " flags")); in vol_print()
2158 ND_PRINT((ndo, " tid")); in vol_print()
2160 ND_PRINT((ndo, " name")); in vol_print()
2162 ND_PRINT((ndo, " type")); in vol_print()
2164 ND_PRINT((ndo, " pid")); in vol_print()
2166 ND_PRINT((ndo, " clone")); in vol_print()
2168 ND_PRINT((ndo, " backup")); in vol_print()
2172 ND_PRINT((ndo, " name")); in vol_print()
2176 ND_PRINT((ndo, " tid")); in vol_print()
2184 ND_PRINT((ndo, " partid")); in vol_print()
2186 ND_PRINT((ndo, " volid")); in vol_print()
2190 ND_PRINT((ndo, " tid")); in vol_print()
2192 ND_PRINT((ndo, " date")); in vol_print()
2196 ND_PRINT((ndo, " tid")); in vol_print()
2200 ND_PRINT((ndo, " fromtrans")); in vol_print()
2202 ND_PRINT((ndo, " fromdate")); in vol_print()
2212 ND_PRINT((ndo, ",")); in vol_print()
2215 ND_PRINT((ndo, " <none!>")); in vol_print()
2219 ND_PRINT((ndo, " fromtrans")); in vol_print()
2221 ND_PRINT((ndo, " fromdate")); in vol_print()
2223 ND_PRINT((ndo, " flags")); in vol_print()
2232 ND_PRINT((ndo, " [|vol]")); in vol_print()
2240 vol_reply_print(netdissect_options *ndo, in vol_reply_print() argument
2255 ND_PRINT((ndo, " vol reply %s", tok2str(vol_req, "op#%d", opcode))); in vol_reply_print()
2266 ND_PRINT((ndo, " volid")); in vol_reply_print()
2268 ND_PRINT((ndo, " trans")); in vol_reply_print()
2275 ND_PRINT((ndo, " newvol")); in vol_reply_print()
2282 ND_PRINT((ndo, " trans")); in vol_reply_print()
2286 ND_PRINT((ndo, " volume")); in vol_reply_print()
2288 ND_PRINT((ndo, " partition")); in vol_reply_print()
2295 ND_PRINT((ndo, " volid")); in vol_reply_print()
2297 ND_PRINT((ndo, " nextuniq")); in vol_reply_print()
2299 ND_PRINT((ndo, " type")); in vol_reply_print()
2301 ND_PRINT((ndo, " parentid")); in vol_reply_print()
2303 ND_PRINT((ndo, " clone")); in vol_reply_print()
2305 ND_PRINT((ndo, " backup")); in vol_reply_print()
2307 ND_PRINT((ndo, " restore")); in vol_reply_print()
2309 ND_PRINT((ndo, " maxquota")); in vol_reply_print()
2311 ND_PRINT((ndo, " minquota")); in vol_reply_print()
2313 ND_PRINT((ndo, " owner")); in vol_reply_print()
2315 ND_PRINT((ndo, " create")); in vol_reply_print()
2317 ND_PRINT((ndo, " access")); in vol_reply_print()
2319 ND_PRINT((ndo, " update")); in vol_reply_print()
2321 ND_PRINT((ndo, " expire")); in vol_reply_print()
2323 ND_PRINT((ndo, " backup")); in vol_reply_print()
2325 ND_PRINT((ndo, " copy")); in vol_reply_print()
2338 ND_PRINT((ndo, " name")); in vol_reply_print()
2340 ND_PRINT((ndo, " volid")); in vol_reply_print()
2342 ND_PRINT((ndo, " type")); in vol_reply_print()
2345 ND_PRINT((ndo, ",")); in vol_reply_print()
2348 ND_PRINT((ndo, " <none!>")); in vol_reply_print()
2360 ND_PRINT((ndo, " errcode")); in vol_reply_print()
2367 ND_PRINT((ndo, " [|vol]")); in vol_reply_print()
2375 bos_print(netdissect_options *ndo, in bos_print() argument
2383 if (ndo->ndo_snapend - bp + 1 <= (int)(sizeof(struct rx_header) + sizeof(int32_t))) { in bos_print()
2394 ND_PRINT((ndo, " bos call %s", tok2str(bos_req, "op#%d", bos_op))); in bos_print()
2404 ND_PRINT((ndo, " type")); in bos_print()
2406 ND_PRINT((ndo, " instance")); in bos_print()
2427 ND_PRINT((ndo, " status")); in bos_print()
2432 ND_PRINT((ndo, " num")); in bos_print()
2445 ND_PRINT((ndo, " size")); in bos_print()
2447 ND_PRINT((ndo, " flags")); in bos_print()
2449 ND_PRINT((ndo, " date")); in bos_print()
2459 ND_PRINT((ndo, " [|bos]")); in bos_print()
2467 bos_reply_print(netdissect_options *ndo, in bos_reply_print() argument
2482 ND_PRINT((ndo, " bos reply %s", tok2str(bos_req, "op#%d", opcode))); in bos_reply_print()
2497 ND_PRINT((ndo, " errcode")); in bos_reply_print()
2504 ND_PRINT((ndo, " [|bos]")); in bos_reply_print()
2526 ubik_print(netdissect_options *ndo, in ubik_print() argument
2543 ND_PRINT((ndo, " ubik call %s", tok2str(ubik_req, "op#%d", ubik_op))); in ubik_print()
2556 ND_PRINT((ndo, " syncsite %s", temp ? "yes" : "no")); in ubik_print()
2557 ND_PRINT((ndo, " votestart")); in ubik_print()
2559 ND_PRINT((ndo, " dbversion")); in ubik_print()
2561 ND_PRINT((ndo, " tid")); in ubik_print()
2565 ND_PRINT((ndo, " site")); in ubik_print()
2573 ND_PRINT((ndo, " tid")); in ubik_print()
2577 ND_PRINT((ndo, " tid")); in ubik_print()
2579 ND_PRINT((ndo, " file")); in ubik_print()
2581 ND_PRINT((ndo, " pos")); in ubik_print()
2583 ND_PRINT((ndo, " length")); in ubik_print()
2591 ND_PRINT((ndo, " tid")); in ubik_print()
2593 ND_PRINT((ndo, " file")); in ubik_print()
2595 ND_PRINT((ndo, " pos")); in ubik_print()
2599 ND_PRINT((ndo, " file")); in ubik_print()
2603 ND_PRINT((ndo, " file")); in ubik_print()
2605 ND_PRINT((ndo, " length")); in ubik_print()
2607 ND_PRINT((ndo, " dbversion")); in ubik_print()
2611 ND_PRINT((ndo, " tid")); in ubik_print()
2613 ND_PRINT((ndo, " file")); in ubik_print()
2615 ND_PRINT((ndo, " length")); in ubik_print()
2619 ND_PRINT((ndo, " tid")); in ubik_print()
2621 ND_PRINT((ndo, " oldversion")); in ubik_print()
2623 ND_PRINT((ndo, " newversion")); in ubik_print()
2633 ND_PRINT((ndo, " [|ubik]")); in ubik_print()
2641 ubik_reply_print(netdissect_options *ndo, in ubik_reply_print() argument
2656 ND_PRINT((ndo, " ubik reply %s", tok2str(ubik_req, "op#%d", opcode))); in ubik_reply_print()
2667 ND_PRINT((ndo, " vote no")); in ubik_reply_print()
2670 ND_PRINT((ndo, " dbversion")); in ubik_reply_print()
2686 ND_PRINT((ndo, " vote yes until")); in ubik_reply_print()
2690 ND_PRINT((ndo, " errcode")); in ubik_reply_print()
2697 ND_PRINT((ndo, " [|ubik]")); in ubik_reply_print()
2705 rx_ack_print(netdissect_options *ndo, in rx_ack_print() argument
2734 if (ndo->ndo_vflag > 2) in rx_ack_print()
2735 ND_PRINT((ndo, " bufspace %d maxskew %d", in rx_ack_print()
2740 ND_PRINT((ndo, " first %d serial %d reason %s", in rx_ack_print()
2783 ND_PRINT((ndo, " acked %d", firstPacket + i)); in rx_ack_print()
2797 ND_PRINT((ndo, ",%d", firstPacket + i)); in rx_ack_print()
2823 ND_PRINT((ndo, "-%d", firstPacket + i - 1)); in rx_ack_print()
2837 ND_PRINT((ndo, "-%d", firstPacket + i - 1)); in rx_ack_print()
2846 ND_PRINT((ndo, " nacked %d", firstPacket + i)); in rx_ack_print()
2849 ND_PRINT((ndo, ",%d", firstPacket + i)); in rx_ack_print()
2854 ND_PRINT((ndo, "-%d", firstPacket + i - 1)); in rx_ack_print()
2857 ND_PRINT((ndo, "-%d", firstPacket + i - 1)); in rx_ack_print()
2868 #define TRUNCRET(n) if (ndo->ndo_snapend - bp + 1 <= n) return; in rx_ack_print()
2870 if (ndo->ndo_vflag > 1) { in rx_ack_print()
2872 ND_PRINT((ndo, " ifmtu")); in rx_ack_print()
2876 ND_PRINT((ndo, " maxmtu")); in rx_ack_print()
2880 ND_PRINT((ndo, " rwind")); in rx_ack_print()
2884 ND_PRINT((ndo, " maxpackets")); in rx_ack_print()
2891 ND_PRINT((ndo, " [|ack]")); in rx_ack_print()