Home | History | Annotate | Download | only in tcpdump

Lines Matching full:printf

77 		(void)printf("[|decnet]");
84 (void)printf("[|decnet]");
88 (void)printf("[|decnet]");
101 (void) printf("[pad:%d] ", padlen);
103 (void)printf("[|decnet]");
115 (void) printf("future-version-decnet");
130 (void)printf("[|decnet]");
151 (void) printf("unknown message flags under mask");
156 (void)printf("%s > %s %d ",
160 (void)printf("RQR ");
162 (void)printf("RTS ");
164 (void)printf("IE ");
165 (void)printf("%d hops ", hops);
173 (void)printf("[|decnet]");
191 (void)printf("init ");
203 (void)printf(
210 (void)printf("verification ");
216 (void)printf("src %s fcnval %o", dnaddr_string(src), other);
220 (void)printf("test ");
226 (void)printf("src %s data %o", dnaddr_string(src), other);
230 (void)printf("lev-1-routing ");
235 (void)printf("src %s ", dnaddr_string(src));
240 (void)printf("lev-2-routing ");
245 (void)printf("src %s ", dnaddr_string(src));
250 (void)printf("router-hello ");
265 (void)printf(
273 (void)printf("endnode-hello ");
292 (void)printf(
300 (void)printf("unknown control message");
316 case 0: (void)printf("reserved-ntype? "); break;
317 case TI_L2ROUT: (void)printf("l2rout "); break;
318 case TI_L1ROUT: (void)printf("l1rout "); break;
319 case TI_ENDNODE: (void)printf("endnode "); break;
322 (void)printf("verif ");
324 (void)printf("blo ");
348 (void)printf("{ids %d-%d cost %d hops %d} ", id, id + count,
378 (void)printf("{areas %d-%d cost %d hops %d} ", area, area + count,
392 case 0: (void)printf("reserved-ntype? "); break;
393 case II_L2ROUT: (void)printf("l2rout "); break;
394 case II_L1ROUT: (void)printf("l1rout "); break;
395 case II_ENDNODE: (void)printf("endnode "); break;
398 (void)printf("verif ");
400 (void)printf("nomcast ");
402 (void)printf("blo ");
432 printf("data %d>%d ", src, dst);
447 (void)printf("nak %d ", ack & SGQ_MASK);
449 (void)printf("ack %d ", ack & SGQ_MASK);
457 (void)printf("onak %d ", ack & SGQ_MASK);
459 (void)printf("oack %d ", ack & SGQ_MASK);
467 (void)printf("seg %d ", ack & SGQ_MASK);
478 printf("intr ");
493 (void)printf("nak %d ", ack & SGQ_MASK);
495 (void)printf("ack %d ", ack & SGQ_MASK);
503 (void)printf("nakdat %d ", ack & SGQ_MASK);
505 (void)printf("ackdat %d ", ack & SGQ_MASK);
513 (void)printf("seg %d ", ack & SGQ_MASK);
524 (void)printf("link-service %d>%d ", src, dst);
538 (void)printf("nak %d ", ack & SGQ_MASK);
540 (void)printf("ack %d ", ack & SGQ_MASK);
545 (void)printf("nakdat %d ", ack & SGQ_MASK);
547 (void)printf("ackdat %d ", ack & SGQ_MASK);
552 (void)printf("seg %d ", ack & SGQ_MASK);
558 (void)printf("dat seg count %d ", fcval);
563 (void)printf("donotsend-data ");
566 (void)printf("send-data ");
569 (void)printf
574 (void)printf("intr req count %d ", fcval);
577 (void)printf("reserved-fcval-int? %x", lsflags);
583 (void)printf("reserved-subtype? %x %d > %d", flags, src, dst);
590 (void)printf("data-ack %d>%d ", src, dst);
601 (void)printf("nak %d ", ack & SGQ_MASK);
603 (void)printf("ack %d ", ack & SGQ_MASK);
607 (void)printf("onak %d ", ack & SGQ_MASK);
609 (void)printf("oack %d ", ack & SGQ_MASK);
615 (void)printf("ils-ack %d>%d ", src, dst);
626 (void)printf("nak %d ", ack & SGQ_MASK);
628 (void)printf("ack %d ", ack & SGQ_MASK);
633 (void)printf("nakdat %d ", ack & SGQ_MASK);
635 (void)printf("ackdat %d ", ack & SGQ_MASK);
641 (void)printf("conn-ack %d", dst);
644 (void)printf("reserved-acktype? %x %d > %d", flags, src, dst);
653 (void)printf("conn-initiate ");
655 (void)printf("retrans-conn-initiate ");
656 (void)printf("%d>%d ", src, dst);
675 (void)printf("seg ");
678 (void)printf("msg ");
681 (void)printf("crypt ");
686 (void)printf("ver 3.2 ");
689 (void)printf("ver 3.1 ");
692 (void)printf("ver 4.0 ");
695 (void)printf("ver 4.1 ");
698 (void)printf("segsize %d ", segsize);
709 (void)printf("conn-confirm %d>%d ", src, dst);
730 (void)printf("seg ");
733 (void)printf("msg ");
736 (void)printf("crypt ");
741 (void)printf("ver 3.2 ");
744 (void)printf("ver 3.1 ");
747 (void)printf("ver 4.0 ");
750 (void)printf("ver 4.1 ");
753 (void)printf("segsize %d ", segsize);
755 (void)printf("optlen %d ", optlen);
767 (void)printf("disconn-initiate %d>%d ", src, dst);
784 (void)printf("optlen %d ", optlen);
796 (void)printf("disconn-confirm %d>%d ", src, dst);
808 (void)printf("reserved-ctltype? %x %d > %d", flags, src, dst);
813 (void)printf("reserved-type? %x %d > %d", flags, src, dst);
851 printf("%s ", tok2str(reason2str, "reason-%d", reason));