pbuf_rom::payload is only used within LwIP.
 
Symbols
loading...
Files
loading...

pbuf_rom::payload field

pointer to the actual data in the buffer

Syntax

const void *payload;

References

LocationReferrerText
pbuf.h:234
const void *payload;
netbuf.c:162netbuf_ref()
((struct pbuf_rom *)buf->p)->payload = dataptr;
tcp_out.c:570tcp_write()
((struct pbuf_rom *)concat_p)->payload = (const u8_t *)arg + pos;
tcp_out.c:640tcp_write()
((struct pbuf_rom *)p2)->payload = (const u8_t *)arg + pos;

Data Use

Functions writing pbuf_rom::payload
all items filtered out
pbuf_rom::payload