HomeSort by relevance Sort by last modified time
    Searched refs:IP_HL (Results 1 - 5 of 5) 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-ip.c 99 length = (IP_HL(ip) << 2) - sizeof(struct ip);
153 if (IP_HL(ip) == 5)
546 hlen = IP_HL(ipds->ip) * 4;
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 */
384 hlen = IP_HL(oip) * 4;
print-tcp.c 823 tlen = EXTRACT_16BITS(&ip->ip_len) - IP_HL(ip) * 4;
    [all...]

Completed in 565 milliseconds