HomeSort by relevance Sort by last modified time
    Searched refs:IP_HL (Results 1 - 7 of 7) sorted by null

  /external/tcpdump/
print-sl.c 145 hlen = IP_HL(ip);
235 hlen = IP_HL(ip);
ip.h 53 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f)
print-icmp.c 108 #define ICMP_ADVLEN(p) (8 + (IP_HL(&(p)->icmp_ip) << 2) + 8)
109 /* N.B.: must separately check that ip_hl >= 5 */
383 hlen = IP_HL(oip) * 4;
print-ip.c 99 length = (IP_HL(ip) << 2) - sizeof(struct ip);
583 hlen = IP_HL(ipds->ip) * 4;
print-tcp.c 135 if (IP_HL(ip) == 5)
763 tlen = EXTRACT_16BITS(&ip->ip_len) - IP_HL(ip) * 4;
print-dccp.c 83 if (IP_HL(ip) == 5)
print-udp.c 308 if (IP_HL(ip) == 5)

Completed in 556 milliseconds