restful_server sample
mdns_rx_packet_t
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
mdns_rx_packet_t struct
Syntax
Show:
Summary
Declaration
from
mdns_private.h:260
typedef
struct
{
mdns_if_t
tcpip_if
;
mdns_ip_protocol_t
ip_protocol
;
struct
pbuf
*
pb
;
esp_ip_addr_t
src
;
esp_ip_addr_t
dest
;
uint16_t
src_port
;
uint8_t
multicast
;
}
mdns_rx_packet_t
;
Fields
Field
Declared as
mdns_rx_packet_t::tcpip_if
mdns_if_t
mdns_rx_packet_t::ip_protocol
mdns_ip_protocol_t
mdns_rx_packet_t::pb
struct
pbuf
*
mdns_rx_packet_t::src
esp_ip_addr_t
mdns_rx_packet_t::dest
esp_ip_addr_t
mdns_rx_packet_t::src_port
uint16_t
mdns_rx_packet_t::multicast
uint8_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
mdns_private.h:260
}
mdns_rx_packet_t
;
mdns_private.h:268
esp_err_t
_mdns_send_rx_action
(
mdns_rx_packet_t
*
packet
)
mdns.c:354
_mdns_send_rx_action()
_mdns_send_rx_action()::packet
void
mdns_parse_packet
(
mdns_rx_packet_t
*
packet
)
mdns.c:3666
mdns_parse_packet()
mdns_parse_packet()::packet
esp_err_t
_mdns_send_rx_action
(
mdns_rx_packet_t
*
packet
)
;
mdns_networking.h:20
_mdns_send_rx_action()
_mdns_send_rx_action()::packet
void
*
_mdns_get_packet_data
(
mdns_rx_packet_t
*
packet
)
;
mdns_networking.h:48
_mdns_get_packet_data()
_mdns_get_packet_data()::packet
size_t
_mdns_get_packet_len
(
mdns_rx_packet_t
*
packet
)
;
mdns_networking.h:53
_mdns_get_packet_len()
_mdns_get_packet_len()::packet
void
_mdns_packet_free
(
mdns_rx_packet_t
*
packet
)
;
mdns_networking.h:58
_mdns_packet_free()
_mdns_packet_free()::packet
mdns_rx_packet_t
*
packet
=
(
mdns_rx_packet_t
*
)
mdns_mem_malloc
(
sizeof
(
mdns_rx_packet_t
)
)
;
mdns_networking_lwip.c:147
_udp_recv()
void
*
_mdns_get_packet_data
(
mdns_rx_packet_t
*
packet
)
mdns_networking_lwip.c:384
_mdns_get_packet_data()
_mdns_get_packet_data()::packet
size_t
_mdns_get_packet_len
(
mdns_rx_packet_t
*
packet
)
mdns_networking_lwip.c:389
_mdns_get_packet_len()
_mdns_get_packet_len()::packet
void
_mdns_packet_free
(
mdns_rx_packet_t
*
packet
)
mdns_networking_lwip.c:394
_mdns_packet_free()
_mdns_packet_free()::packet
}
mdns_rx_packet_t
;
mdns_private.h:268
mdns_rx_packet_t
mdns_rx_packet_t
*
packet
;
mdns_private.h:441
mdns_action_t::
::
::packet
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
Instance
Scope
Location
Project
mdns_action_t::
::
::packet
mdns_private.h:441
_mdns_send_rx_action()::packet
_mdns_send_rx_action()
mdns.c:354
mdns_parse_packet()::packet
mdns_parse_packet()
mdns.c:3666
_mdns_send_rx_action()::packet
_mdns_send_rx_action()
mdns_networking.h:20
_mdns_get_packet_data()::packet
_mdns_get_packet_data()
mdns_networking.h:48
_mdns_get_packet_len()::packet
_mdns_get_packet_len()
mdns_networking.h:53
_mdns_packet_free()::packet
_mdns_packet_free()
mdns_networking.h:58
_mdns_get_packet_data()::packet
_mdns_get_packet_data()
mdns_networking_lwip.c:384
_mdns_get_packet_len()::packet
_mdns_get_packet_len()
mdns_networking_lwip.c:389
_mdns_packet_free()::packet
_mdns_packet_free()
mdns_networking_lwip.c:394
Lifecycle
from
examples
All items filtered out
All items filtered out