Lines Matching defs:iphlen
456 u16_t iphlen;
459 iphlen = ip_current_header_tot_len();
460 if (iphlen != IP_HLEN) { /* we don't do options */
485 status = pbuf_header(p, iphlen); /* back to IP header */
518 status = pbuf_header(p, iphlen); /* back to IP header */
525 memcpy(&iph_orig, iph, iphlen);
620 memcpy(iph, &iph_orig, iphlen);
625 status = pbuf_header(p, iphlen); /* back to IP header */
677 u16_t iphlen;
682 iphlen = ip_current_header_tot_len();
706 status = pbuf_header(p, iphlen); /* back to IP header */
742 status = pbuf_header(p, iphlen); /* back to IP header */