Home
last modified time | relevance | path

Searched refs:ipq_hdr (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/libsa/
H A Dip.c63 struct ip *ipq_hdr; member
150 ipq->ipq_hdr = ip; in ip_reasm_add()
153 off_q = ntohs(p->ipq_hdr->ip_off) & IP_OFFMASK; in ip_reasm_add()
181 off_q = ntohs(next->ipq_hdr->ip_off) & IP_OFFMASK; in ip_reasm_add()
313 fragoffset = (ntohs(ipq->ipq_hdr->ip_off) & IP_OFFMASK) * 8; in readipv4()
316 __func__, ntohs(ipq->ipq_hdr->ip_id), in readipv4()
317 inet_ntoa(ipq->ipq_hdr->ip_src))); in readipv4()
319 inet_ntoa(ipq->ipq_hdr->ip_dst), in readipv4()
321 (ntohs(ipq->ipq_hdr->ip_off) & IP_MF) != 0)); in readipv4()
326 n += ntohs(ipq->ipq_hdr->ip_len) - (ipq->ipq_hdr->ip_hl << 2); in readipv4()
[all …]