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

/external/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-icmp.c108 #define ICMP_ADVLEN(p) (8 + (IP_HL(&(p)->icmp_ip) << 2) + 8)
383 hlen = IP_HL(oip) * 4;
H A Dprint-ip.c99 length = (IP_HL(ip) << 2) - sizeof(struct ip);
583 hlen = IP_HL(ipds->ip) * 4;
H A Dprint-tcp.c135 if (IP_HL(ip) == 5)
763 tlen = EXTRACT_16BITS(&ip->ip_len) - IP_HL(ip) * 4;
H A Dprint-dccp.c83 if (IP_HL(ip) == 5)
H A Dprint-udp.c308 if (IP_HL(ip) == 5)

Completed in 1692 milliseconds