Lines Matching refs:u8_t
103 volatile u8_t pbuf_free_ooseq_pending;
160 u8_t queued;
249 p->payload = LWIP_MEM_ALIGN((void *)((u8_t *)p + (SIZEOF_STRUCT_PBUF + offset)));
257 ((u8_t*)p->payload + p->len <=
258 (u8_t*)p + SIZEOF_STRUCT_PBUF + PBUF_POOL_BUFSIZE_ALIGNED));
290 q->payload = (void *)((u8_t *)q + SIZEOF_STRUCT_PBUF);
294 ((u8_t*)p->payload + p->len <=
295 (u8_t*)p + SIZEOF_STRUCT_PBUF + PBUF_POOL_BUFSIZE_ALIGNED));
313 p->payload = LWIP_MEM_ALIGN((void *)((u8_t *)p + SIZEOF_STRUCT_PBUF + offset));
402 p->pbuf.payload = (u8_t *)payload_mem + LWIP_MEM_ALIGN_SIZE(offset);
473 q = (struct pbuf *)mem_trim(q, (u16_t)((u8_t *)q->payload - (u8_t *)q) + rem_len);
510 u8_t
536 (u8_t *)p->payload - increment_magnitude >= (u8_t *)p + SIZEOF_STRUCT_PBUF);
547 p->payload = (u8_t *)p->payload - header_size_increment;
549 if ((u8_t *)p->payload < (u8_t *)p + SIZEOF_STRUCT_PBUF) {
563 p->payload = (u8_t *)p->payload - header_size_increment;
617 u8_t
622 u8_t count;
703 u8_t
706 u8_t len;
806 u8_t tail_gone = 1;
874 MEMCPY((u8_t*)p_to->payload + offset_to, (u8_t*)p_from->payload + offset_from, len);
1076 u8_t
1089 return ((u8_t*)q->payload)[copy_from];
1118 u8_t a = pbuf_get_at(q, start + i);
1119 u8_t b = ((u8_t*)s2)[i];