Lines Matching defs:length
68 null_hdr_print(u_int family, u_int length)
78 (void)printf(", length %u: ", length);
84 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
90 u_int length = h->len;
113 null_hdr_print(family, length);
115 length -= NULL_HDRLEN;
122 ip_print(gndo, p, length);
129 ip6_print(p, length);
134 isoclns_print(p, length, caplen);
138 atalk_print(p, length);
142 ipx_print(p, length);
148 null_hdr_print(family, length + NULL_HDRLEN);