Home
last modified time | relevance | path

Searched refs:LWIP_SUPPORT_CUSTOM_PBUF (Results 1 – 3 of 3) 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/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()
/third_party/lwip/
DCHANGELOG500 contrib for an example, LWIP_SUPPORT_CUSTOM_PBUF is required)