Home | History | Annotate | Download | only in ipv4

Lines Matching refs:payload

172   iprh = (struct ip_reass_helper *)ipr->p->payload;
179 SMEMCPY(p->payload, &ipr->iphdr, IP_HLEN);
193 iprh = (struct ip_reass_helper *)p->payload;
340 fraghdr = (struct ip_hdr*)new_p->payload;
349 iprh = (struct ip_reass_helper*)new_p->payload;
357 iprh_tmp = (struct ip_reass_helper*)q->payload;
426 if (((struct ip_reass_helper*)ipr->p->payload)->start != 0) {
433 iprh = (struct ip_reass_helper*)q->payload;
446 ((struct ip_reass_helper*)ipr->p->payload) != iprh);
489 fraghdr = (struct ip_hdr*)p->payload;
573 r = ((struct ip_reass_helper*)ipr->p->payload)->next_pbuf;
576 fraghdr = (struct ip_hdr*)(ipr->p->payload);
588 iprh = (struct ip_reass_helper*)r->payload;
703 rambuf->payload = LWIP_MEM_ALIGN((void *)buf);
706 iphdr = (struct ip_hdr *)rambuf->payload;
707 SMEMCPY(iphdr, p->payload, IP_HLEN);
709 original_iphdr = (struct ip_hdr *)p->payload;
744 poff += pbuf_copy_partial(p, rambuf->payload, cop, poff);
751 SMEMCPY(rambuf->payload, original_iphdr, IP_HLEN);
752 iphdr = rambuf->payload;
765 SMEMCPY(rambuf->payload, original_iphdr, IP_HLEN);
766 iphdr = (struct ip_hdr *)rambuf->payload;
769 p->payload = (u8_t *)p->payload + poff;
787 newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen);