/[lwip]/lwip/src/include/lwip/pbuf.h
ViewVC logotype

Diff of /lwip/src/include/lwip/pbuf.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by jani, Fri Feb 21 16:43:46 2003 UTC revision 1.6 by likewise, Fri Mar 28 08:49:05 2003 UTC
# Line 67  struct pbuf { Line 67  struct pbuf {
67    /* Pointer to the actual data in the buffer. */    /* Pointer to the actual data in the buffer. */
68    void *payload;    void *payload;
69        
70    /* Total length of buffer + additionally chained buffers. */    /* total length of this buffer and additionally chained buffers */
71      /* (p->tot_len = p->len + p->next->tot_len) */
72    u16_t tot_len;    u16_t tot_len;
73        
74    /* Length of this buffer. */    /* Length of this buffer. */
# Line 150  void pbuf_chain(struct pbuf *h, struct p Line 151  void pbuf_chain(struct pbuf *h, struct p
151     the pbuf chain or NULL if the pbuf p was not chained. */     the pbuf chain or NULL if the pbuf p was not chained. */
152  struct pbuf *pbuf_dechain(struct pbuf *p);  struct pbuf *pbuf_dechain(struct pbuf *p);
153    
154  struct pbuf *pbuf_unref(struct pbuf *f);  struct pbuf *pbuf_take(struct pbuf *f);
155    
156    
157  #endif /* __LWIP_PBUF_H__ */  #endif /* __LWIP_PBUF_H__ */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26