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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-icmp.c101 #define ICMP_EXTD_MINLEN (156 - sizeof (struct ip)) /* draft-bonica-internet-icmp-08 */ macro
595 if (ndo->ndo_vflag >= 1 && plen > ICMP_EXTD_MINLEN && ICMP_MPLS_EXT_TYPE(dp->icmp_type)) {
606 ND_TTEST2(ext_dp->icmp_ext_version_res, plen - ICMP_EXTD_MINLEN)) {
608 vec[0].len = plen - ICMP_EXTD_MINLEN;
626 hlen = plen - ICMP_EXTD_MINLEN;

Completed in 48 milliseconds