Home
last modified time | relevance | path

Searched refs:pbuf_split_64k (Results 1 – 7 of 7) sorted by relevance

/third_party/lwip/
D0071-fix-pbuf-tot_len-incorrect-after-pbuf_split_64k-is-c.patch4 Subject: [PATCH] fix pbuf->tot_len incorrect after pbuf_split_64k is called
14 @@ -1194,7 +1194,7 @@ void pbuf_split_64k(struct pbuf *p, struct pbuf **rest)
23 @@ -1205,9 +1205,6 @@ void pbuf_split_64k(struct pbuf *p, struct pbuf **rest)
Dlwip.spec85 Patch9070: 0071-fix-pbuf-tot_len-incorrect-after-pbuf_split_64k-is-c.patch
179 - fix pbuf->tot_len incorrect after pbuf_split_64k is called
/third_party/lwip/test/unit/core/
Dtest_pbuf.c115 pbuf_split_64k(p, &rest); in START_TEST()
154 pbuf_split_64k(p1, &rest2); in START_TEST()
157 pbuf_split_64k(rest2, &rest3); in START_TEST()
/third_party/lwip/src/include/lwip/
Dpbuf.h312 void pbuf_split_64k(struct pbuf *p, struct pbuf **rest);
/third_party/lwip/src/core/
Dpbuf.c1147 void pbuf_split_64k(struct pbuf *p, struct pbuf **rest) in pbuf_split_64k() function
Dtcp.c1735 pbuf_split_64k(refused_data, &rest);
Dtcp_in.c498 pbuf_split_64k(recv_data, &rest);