Searched refs:ipq_hdr (Results 1 – 1 of 1) sorted by relevance
64 struct ip *ipq_hdr; member157 ipq->ipq_hdr = ip; in ip_reasm_add()161 if ((ntohs(p->ipq_hdr->ip_off) & IP_OFFMASK) < in ip_reasm_add()350 if ((ntohs(ipq->ipq_hdr->ip_off) & IP_OFFMASK) != n / 8) { in readipv4()356 n += ntohs(ipq->ipq_hdr->ip_len) - (ipq->ipq_hdr->ip_hl << 2); in readipv4()359 if ((ntohs(last->ipq_hdr->ip_off) & IP_MF) != 0) { in readipv4()371 bcopy(ipq->ipq_hdr, ipr->ip_hdr, sizeof (*ipr->ip_hdr)); in readipv4()383 hlen = ipq->ipq_hdr->ip_hl << 2; in readipv4()384 len = ntohs(ipq->ipq_hdr->ip_len) - hlen; in readipv4()385 data = (char *)((uintptr_t)ipq->ipq_hdr + hlen); in readipv4()