Lines Matching refs:netbuf
43 /** This netbuf has dest-addr/port set */
45 /** This netbuf includes a checksum */
48 struct netbuf {
64 struct netbuf * netbuf_new (void);
65 void netbuf_delete (struct netbuf *buf);
66 void * netbuf_alloc (struct netbuf *buf, u16_t size);
67 void netbuf_free (struct netbuf *buf);
68 err_t netbuf_ref (struct netbuf *buf,
70 void netbuf_chain (struct netbuf *head,
71 struct netbuf *tail);
73 err_t netbuf_data (struct netbuf *buf,
75 s8_t netbuf_next (struct netbuf *buf);
76 void netbuf_first (struct netbuf *buf);