Home | History | Annotate | Download | only in net

Lines Matching refs:ip_hl

365 	int		 hlen = ip->ip_hl << 2;
367 u_int16_t ip_len = ntohs(ip->ip_len) - ip->ip_hl * 4;
416 FR_IP_OFF(frep) + ntohs(frep->fr_ip->ip_len) - frep->fr_ip->ip_hl *
422 frep->fr_ip->ip_hl * 4 - off;
441 if (aftercut < ntohs(frea->fr_ip->ip_len) - frea->fr_ip->ip_hl
482 off += ntohs(frep->fr_ip->ip_len) - frep->fr_ip->ip_hl * 4;
499 if ((frent->fr_ip->ip_hl << 2) + off > IP_MAXPACKET) {
531 hlen = ip->ip_hl << 2;
565 int ip_len = ntohs(h->ip_len) - (h->ip_hl << 2);
665 *m0 = m_dup(m, 0, h->ip_hl << 2, M_NOWAIT);
669 m_adj(m, precut + (h->ip_hl << 2));
865 int hlen = h->ip_hl << 2;