Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dpbuf.h54 #ifndef LWIP_SUPPORT_CUSTOM_PBUF
55 #define LWIP_SUPPORT_CUSTOM_PBUF ((IP_FRAG && !LWIP_NETIF_TX_SINGLE_PBUF) || (LWIP_IPV6 && LWIP_IPV… macro
240 #if LWIP_SUPPORT_CUSTOM_PBUF
277 #if LWIP_SUPPORT_CUSTOM_PBUF
/third_party/lwip/
D0019-gazelle-reduce-copy-in-send.patch47 #if LWIP_SUPPORT_CUSTOM_PBUF
D0057-same-node-gazellectl-a.patch163 #if LWIP_SUPPORT_CUSTOM_PBUF
174 #endif /* LWIP_SUPPORT_CUSTOM_PBUF */
342 #endif /* LWIP_SUPPORT_CUSTOM_PBUF */
D0053-cleancode-improve-lwipopts.h-readability.patch2012 +#define LWIP_SUPPORT_CUSTOM_PBUF 1
2118 -#define LWIP_SUPPORT_CUSTOM_PBUF 1
D0002-adapt-lstack.patch5122 +#define LWIP_SUPPORT_CUSTOM_PBUF 1
DCHANGELOG500 contrib for an example, LWIP_SUPPORT_CUSTOM_PBUF is required)
/third_party/lwip/src/core/
Dpbuf.c344 #if LWIP_SUPPORT_CUSTOM_PBUF
439 #if LWIP_SUPPORT_CUSTOM_PBUF in pbuf_realloc()
763 #if LWIP_SUPPORT_CUSTOM_PBUF in pbuf_free()