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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_icmp.h150 #define ICMP_MINLEN 8 /* abs minimum */ macro
H A Dip_icmp.c225 n->m_len >= oiplen + ICMP_MINLEN &&
255 m->m_len = icmplen + ICMP_MINLEN;
353 if (icmplen < ICMP_MINLEN) {
1105 if (m->m_pkthdr.len < hlen + ICMP_MINLEN) {
1151 if ((icmplen = m->m_pkthdr.len) < ICMP_MINLEN) {
H A Dip_compat.h377 #ifndef ICMP_MINLEN
378 # define ICMP_MINLEN 8
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c4058 hdrlen = ICMP_MINLEN;
5142 hdrlen = ICMP_MINLEN;
6542 off + ICMP_MINLEN);
6545 m_copyback(m, off, ICMP_MINLEN,
6578 off + ICMP_MINLEN);
6581 m_copyback(m, off, ICMP_MINLEN,
6629 ipoff2 = off + ICMP_MINLEN;
6811 m_copyback(m, off, ICMP_MINLEN,
6930 m_copyback(m, off, ICMP_MINLEN,
6955 if (!pf_pull_hdr(m, off2, &iih, ICMP_MINLEN,
[all...]

Completed in 56 milliseconds