|
Barrelfish
|
XDR implementation using LWIP PBuf structures. More...
Functions | |
| bool | xdr_pbuf_create_send (XDR *xdr, size_t size) |
| Create XDR and allocate PBUF for serialising data. More... | |
| void | xdr_pbuf_create_recv (XDR *xdr, struct pbuf *pbuf) |
| Create XDR for deserialising data in given PBUF. More... | |
XDR implementation using LWIP PBuf structures.
| void xdr_pbuf_create_recv | ( | XDR * | xdr, |
| struct pbuf * | pbuf | ||
| ) |
Create XDR for deserialising data in given PBUF.
| xdr | Memory for XDR struct, to be initialised |
| pbuf | LWIP packet buffer pointer |
| bool xdr_pbuf_create_send | ( | XDR * | xdr, |
| size_t | size | ||
| ) |
Create XDR and allocate PBUF for serialising data.
| xdr | Memory for XDR struct, to be initialised |
| size | Size of pbuf buffers to allocate |
1.8.11