Searched refs:IP_HL (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-sl.c145 hlen = IP_HL(ip);
235 hlen = IP_HL(ip);
H A Dip.h53 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f) macro
H A Dprint-ip.c99 length = (IP_HL(ip) << 2) - sizeof(struct ip);
153 if (IP_HL(ip) == 5)
546 hlen = IP_HL(ipds->ip) * 4;
H A Dprint-icmp.c108 #define ICMP_ADVLEN(p) (8 + (IP_HL(&(p)->icmp_ip) << 2) + 8)
384 hlen = IP_HL(oip) * 4;
H A Dprint-tcp.c1089 tlen = EXTRACT_16BITS(&ip->ip_len) - IP_HL(ip) * 4;

Completed in 155 milliseconds