LwIP + 0/18 examples
CodeScope will show references to pbuf_type::PBUF_POOL from the following samples and libraries:
 
Symbols
loading...
Files
loading...

pbuf_type::PBUF_POOL

pbuf payload refers to RAM. This one comes from a pool and should be used for RX. Payload can be chained (scatter-gather RX) but like PBUF_RAM, struct pbuf and its payload are allocated in one piece of contiguous memory (so the first payload byte can be calculated from struct pbuf). Don't use this for TX, if the pool becomes empty e.g. because of TCP queuing, you are unable to receive TCP acks!

Examples

pbuf_type::PBUF_POOL is referenced by 18 libraries and example projects.

Data Use

Functions using pbuf_type::PBUF_POOL
pbuf_type::PBUF_POOL
all items filtered out