Searched refs:oiphlen (Results 1 – 1 of 1) sorted by relevance
204 u_int32_t oiphlen = 0; in icmp_error() local238 oiphlen = IP_VHL_HL(oip->ip_vhl) << 2; in icmp_error()239 if (n->m_len < oiphlen + ICMP_MINLEN) { in icmp_error()255 n->m_len >= oiphlen + ICMP_MINLEN && in icmp_error()256 !ICMP_INFOTYPE(((struct icmp *)(void *)((caddr_t)oip + oiphlen))-> in icmp_error()278 if (oiphlen + sizeof(struct tcphdr) > n->m_len && in icmp_error()287 if (n->m_len < (oiphlen + sizeof(struct tcphdr)) && in icmp_error()288 (n = m_pullup(n, (oiphlen + sizeof(struct tcphdr)))) == NULL) { in icmp_error()297 th = (struct tcphdr *)(void *)((caddr_t)oip + oiphlen); in icmp_error()310 if (oip->ip_len < (oiphlen + tcphlen)) { in icmp_error()[all …]