Searched refs:oiphlen (Results 1 – 1 of 1) sorted by relevance
193 u_int32_t oiphlen = 0; in icmp_error() local232 oiphlen = IP_VHL_HL(oip->ip_vhl) << 2; in icmp_error()233 if (n->m_len < oiphlen + ICMP_MINLEN) { in icmp_error()249 n->m_len >= oiphlen + ICMP_MINLEN && in icmp_error()250 !ICMP_INFOTYPE(((struct icmp *)(void *)((caddr_t)oip + oiphlen))-> in icmp_error()272 if (oiphlen + sizeof(struct tcphdr) > n->m_len && in icmp_error()281 if (n->m_len < (oiphlen + sizeof(struct tcphdr)) && in icmp_error()282 (n = m_pullup(n, (oiphlen + sizeof(struct tcphdr)))) == NULL) { in icmp_error()291 th = (struct tcphdr *)(void *)((caddr_t)oip + oiphlen); in icmp_error()304 if (oip->ip_len < (oiphlen + tcphlen)) { in icmp_error()[all …]