Go to the documentation of this file.
66 #if LWIP_NETBUF_RECVINFO || LWIP_CHECKSUM_ON_COPY
67 #if LWIP_CHECKSUM_ON_COPY
70 buf->toport_chksum = 0;
71 #if LWIP_NETBUF_RECVINFO
112 if (buf->
p !=
NULL) {
116 if (buf->
p ==
NULL) {
120 (buf->
p->
len >= size));
134 if (buf->
p !=
NULL) {
153 if (buf->
p !=
NULL) {
157 if (buf->
p ==
NULL) {
177 LWIP_ERROR(
"netbuf_chain: invalid tail", (tail !=
NULL),
return;);
220 LWIP_ERROR(
"netbuf_free: invalid buf", (buf !=
NULL),
return -1;);