ESP-IDF
esp_custom_pbuf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_custom_pbuf
esp_custom_pbuf struct
Specific pbuf structure for pbufs allocated by ESP netif of PBUF_REF type
Syntax
Show:
Summary
Declaration
from
esp_pbuf_ref.c:20
typedef
struct
esp_custom_pbuf
{
struct
pbuf_custom
p
;
esp_netif_t
*
esp_netif
;
void
*
l2_buf
;
}
esp_custom_pbuf_t
;
Fields
Field
Declared as
esp_custom_pbuf::p
struct
pbuf_custom
esp_custom_pbuf::esp_netif
esp_netif_t
*
esp_custom_pbuf::l2_buf
void
*
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
esp_custom_pbuf
esp_pbuf_ref.c:20
}
esp_custom_pbuf_t
;
esp_pbuf_ref.c:25
esp_custom_pbuf_t
esp_custom_pbuf_t
*
esp_pbuf
=
(
esp_custom_pbuf_t
*
)
pbuf
;
esp_pbuf_ref.c:35
esp_pbuf_free()
esp_custom_pbuf_t
*
esp_pbuf
=
mem_malloc
(
sizeof
(
esp_custom_pbuf_t
)
)
;
esp_pbuf_ref.c:52
esp_pbuf_allocate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out