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

/external/tcpdump/
H A Dprint-icmp.c104 #define ICMP_EXTD_MINLEN (156 - sizeof (struct ip)) /* draft-bonica-internet-icmp-08 */ macro
591 if (vflag >= 1 && plen > ICMP_EXTD_MINLEN && ICMP_MPLS_EXT_TYPE(dp->icmp_type)) {
603 plen - ICMP_EXTD_MINLEN, 0)) {
619 hlen = plen - ICMP_EXTD_MINLEN;
623 plen - ICMP_EXTD_MINLEN, 0) ? "in" : "",

Completed in 26 milliseconds