Searched refs:SIZEOF_STRUCT_PBUF (Results 1 – 1 of 1) sorted by relevance
89 #define SIZEOF_STRUCT_PBUF LWIP_MEM_ALIGN_SIZE(sizeof(struct pbuf)) macro254 pbuf_init_alloced_pbuf(q, LWIP_MEM_ALIGN((void *)((u8_t *)q + SIZEOF_STRUCT_PBUF + offset)), in pbuf_alloc()275 mem_size_t alloc_len = (mem_size_t)(LWIP_MEM_ALIGN_SIZE(SIZEOF_STRUCT_PBUF) + payload_len); in pbuf_alloc()288 pbuf_init_alloced_pbuf(p, LWIP_MEM_ALIGN((void *)((u8_t *)p + SIZEOF_STRUCT_PBUF + offset)), in pbuf_alloc()500 if ((u8_t *)payload < (u8_t *)p + SIZEOF_STRUCT_PBUF) { in pbuf_add_header_impl()503 (void *)payload, (void *)((u8_t *)p + SIZEOF_STRUCT_PBUF))); in pbuf_add_header_impl()