Home
last modified time | relevance | path

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

/third_party/lwip/src/api/
Dnetbuf.c162 ((struct pbuf_rom *)buf->p)->payload = dataptr; in netbuf_ref()
/third_party/lwip/src/include/lwip/
Dpbuf.h232 struct pbuf_rom { struct
/third_party/lwip/src/core/
Dtcp_out.c582 ((struct pbuf_rom *)concat_p)->payload = (const u8_t *)arg + pos; in tcp_write()
652 ((struct pbuf_rom *)p2)->payload = (const u8_t *)arg + pos; in tcp_write()