Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:length

56 null_hdr_print(netdissect_options *ndo, u_int family, u_int length)
66 ND_PRINT((ndo, ", length %u: ", length));
72 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
78 u_int length = h->len;
101 null_hdr_print(ndo, family, length);
103 length -= NULL_HDRLEN;
110 ip_print(ndo, p, length);
116 ip6_print(ndo, p, length);
120 isoclns_print(ndo, p, length);
124 atalk_print(ndo, p, length);
128 ipx_print(ndo, p, length);
134 null_hdr_print(ndo, family, length + NULL_HDRLEN);