Home
last modified time | relevance | path

Searched refs:SIZEOF_STRUCT_PBUF (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dpbuf.c129 #define SIZEOF_STRUCT_PBUF LWIP_MEM_ALIGN_SIZE(sizeof(struct pbuf)) macro
334 p->payload = LWIP_MEM_ALIGN((void *)((u8_t *)p + (SIZEOF_STRUCT_PBUF + offset))); in pbuf_alloc_ext()
353 (u8_t*)p + SIZEOF_STRUCT_PBUF + pbuf_pool_bufsize_aligned)); in pbuf_alloc_ext()
360 (u8_t*)p + SIZEOF_STRUCT_PBUF + PBUF_POOL_BUFSIZE_ALIGNED)); in pbuf_alloc_ext()
369 (u8_t*)p + SIZEOF_STRUCT_PBUF + PBUF_POOL_BUFSIZE_ALIGNED)); in pbuf_alloc_ext()
402 q->payload = (void *)((u8_t *)q + SIZEOF_STRUCT_PBUF); in pbuf_alloc_ext()
407 (u8_t*)p + SIZEOF_STRUCT_PBUF + PBUF_POOL_BUFSIZE_ALIGNED)); in pbuf_alloc_ext()
429 p->payload = LWIP_MEM_ALIGN((void *)((u8_t *)p + SIZEOF_STRUCT_PBUF + offset)); in pbuf_alloc_ext()
644 return ((u8_t *)p->payload - ((u8_t *)p + SIZEOF_STRUCT_PBUF)); in pbuf_head_space()
700 if ((u8_t *)p->payload < (u8_t *)p + SIZEOF_STRUCT_PBUF) { in pbuf_header_impl()
[all …]

Completed in 4 milliseconds