Lines Matching defs:iphlen
186 int iphlen;
212 iphlen = off;
225 DCCP_DEBUG((LOG_INFO, "Got DCCP ipv6 packet, iphlen = %u!\n", iphlen));
227 M_REGION_GET(dh, struct dccphdr *, m, iphlen, sizeof(*dh));
241 if (iphlen > sizeof (struct ip)) {
246 iphlen = sizeof(struct ip);
253 M_REGION_GET(dh, struct dccphdr *, m, iphlen, sizeof(*dh));
401 * ip->ip_len += iphlen;
580 dp->len_rcv = m->m_len - data_off - iphlen; /* Correct length ? */
588 DCCP_DEBUG((LOG_INFO, "Data offset is smaller then it could be, optlen = %i data_off = %i, m_len = %i, iphlen = %i extrah_len = %i !\n", optlen, data_off, m->m_len, iphlen, extrah_len));
888 m_adj(m, (iphlen + data_off));