Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:length

41     u_int length, u_int caplen);
58 arcnet_print(const u_char *bp, u_int length, int phds, int flag, u_int seqid)
71 length);
80 length);
87 length);
95 (flag + 3) / 2, length);
100 flag/2 + 1, length);
106 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
113 u_int length = h->len;
142 arcnet_print(p, length, 0, 0, 0);
149 arcnet_print(p, length, 0, 0, 0);
165 arcnet_print(p, length, phds, flag, seqid);
170 length -= archdrlen;
181 if (!arcnet_encap_print(arc_type, p, length, caplen))
190 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
201 u_int length = h->len;
231 arcnet_print(p, length, 0, 0, 0);
236 length -= archdrlen;
240 if (!arcnet_encap_print(arc_type, p, length, caplen))
256 u_int length, u_int caplen)
262 ip_print(gndo, p, length);
267 ip6_print(p, length);
274 arp_print(gndo, p, length, caplen);
280 atalk_print(p, length);
284 ipx_print(p, length);