Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:seqid

58 arcnet_print(const u_char *bp, u_int length, int phds, int flag, u_int seqid)
85 (void)printf("%02x %02x %s seqid %04x %d: ",
86 ap->arc_shost, ap->arc_dhost, arctypename, seqid,
92 (void)printf("%02x %02x %s seqid %04x "
94 ap->arc_shost, ap->arc_dhost, arctypename, seqid,
97 (void)printf("%02x %02x %s seqid %04x "
99 ap->arc_shost, ap->arc_dhost, arctypename, seqid,
117 u_int seqid = 0;
154 seqid = ntohs(ap->arc_seqid2);
158 seqid = ntohs(ap->arc_seqid);
165 arcnet_print(p, length, phds, flag, seqid);