restful_server sample
mdns_rx_packet_t::pb
is only used within restful_server sample.
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
restful_server sample
mdns_rx_packet_t::pb
mdns_rx_packet_t::pb field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:263
struct
pbuf
*
pb
;
Examples
References
from
examples
Code
Location
Referrer
struct
pbuf
*
pb
;
mdns_private.h:263
packet
->
pb
=
this_pb
;
mdns_networking_lwip.c:156
_udp_recv()
struct
ip_hdr
*
iphdr
=
(
struct
ip_hdr
*
)
(
(
(
uint8_t
*
)
(
packet
->
pb
->
payload
)
)
-
UDP_HLEN
-
IP_HLEN
)
;
mdns_networking_lwip.c:173
_udp_recv()
struct
ip6_hdr
*
ip6hdr
=
(
struct
ip6_hdr
*
)
(
(
(
uint8_t
*
)
(
packet
->
pb
->
payload
)
)
-
UDP_HLEN
-
IP6_HLEN
)
;
mdns_networking_lwip.c:181
_udp_recv()
return
packet
->
pb
->
payload
;
mdns_networking_lwip.c:386
_mdns_get_packet_data()
return
packet
->
pb
->
len
;
mdns_networking_lwip.c:391
_mdns_get_packet_len()
pbuf_free
(
packet
->
pb
)
;
mdns_networking_lwip.c:396
_mdns_packet_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_rx_packet_t::pb
is written by 1 function and is read by 4 functions:
_udp_recv()
All items filtered out
mdns_rx_packet_t::pb
_udp_recv()
_mdns_get_packet_data()
_mdns_get_packet_len()
_mdns_packet_free()
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