Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sl.c151 hlen = IP_HL(ip); in sliplink_print()
244 hlen = IP_HL(ip); in compressed_sl_print()
Dip.h57 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f) macro
Dprint-ip.c97 length = (IP_HL(ip) << 2) - sizeof(struct ip); in ip_finddst()
152 if (IP_HL(ip) == 5) in nextproto4_cksum()
545 hlen = IP_HL(ipds->ip) * 4; in ip_print()
Dprint-icmp.c104 #define ICMP_ADVLEN(p) (8 + (IP_HL(&(p)->icmp_ip) << 2) + 8)
380 hlen = IP_HL(oip) * 4; in icmp_print()
Dprint-tcp.c839 tlen = EXTRACT_16BITS(&ip->ip_len) - IP_HL(ip) * 4;