mb_tcp_slave sample
mdns_tx_packet_s
is only used within mb_tcp_slave 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
mb_tcp_slave sample
mdns_tx_packet_s
mdns_tx_packet_s struct
Syntax
Show:
Summary
Declaration
from
mdns_private.h:328
typedef
struct
mdns_tx_packet_s
{
struct
mdns_tx_packet_s
*
next
;
uint32_t
send_at
;
mdns_if_t
tcpip_if
;
mdns_ip_protocol_t
ip_protocol
;
esp_ip_addr_t
dst
;
uint16_t
port
;
uint16_t
flags
;
uint8_t
distributed
;
mdns_out_question_t
*
questions
;
mdns_out_answer_t
*
answers
;
mdns_out_answer_t
*
servers
;
mdns_out_answer_t
*
additional
;
bool
queued
;
uint16_t
id
;
}
mdns_tx_packet_t
;
Fields
Field
Declared as
mdns_tx_packet_s::next
struct
mdns_tx_packet_s
*
mdns_tx_packet_s::send_at
uint32_t
mdns_tx_packet_s::tcpip_if
mdns_if_t
mdns_tx_packet_s::ip_protocol
mdns_ip_protocol_t
mdns_tx_packet_s::dst
esp_ip_addr_t
mdns_tx_packet_s::port
uint16_t
mdns_tx_packet_s::flags
uint16_t
mdns_tx_packet_s::distributed
uint8_t
mdns_tx_packet_s::questions
mdns_out_question_t
*
mdns_tx_packet_s::answers
mdns_out_answer_t
*
mdns_tx_packet_s::servers
mdns_out_answer_t
*
mdns_tx_packet_s::additional
mdns_out_answer_t
*
mdns_tx_packet_s::queued
bool
mdns_tx_packet_s::id
uint16_t
Examples
References
from
examples
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