Searched refs:pbuf_split_64k (Results 1 – 7 of 7) sorted by relevance
/third_party/lwip/ |
D | 0071-fix-pbuf-tot_len-incorrect-after-pbuf_split_64k-is-c.patch | 4 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)
|
D | lwip.spec | 85 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/ |
D | test_pbuf.c | 115 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/ |
D | pbuf.h | 312 void pbuf_split_64k(struct pbuf *p, struct pbuf **rest);
|
/third_party/lwip/src/core/ |
D | pbuf.c | 1147 void pbuf_split_64k(struct pbuf *p, struct pbuf **rest) in pbuf_split_64k() function
|
D | tcp.c | 1735 pbuf_split_64k(refused_data, &rest);
|
D | tcp_in.c | 498 pbuf_split_64k(recv_data, &rest);
|