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

  /external/tcpdump/
ip.h 57 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f)
print-sl.c 151 hlen = IP_HL(ip);
244 hlen = IP_HL(ip);
print-ip.c 97 length = (IP_HL(ip) << 2) - sizeof(struct ip);
152 if (IP_HL(ip) == 5)
545 hlen = IP_HL(ipds->ip) * 4;
print-icmp.c 104 #define ICMP_ADVLEN(p) (8 + (IP_HL(&(p)->icmp_ip) << 2) + 8)
105 /* N.B.: must separately check that ip_hl >= 5 */
380 hlen = IP_HL(oip) * 4;
print-tcp.c     [all...]

Completed in 377 milliseconds