Home
last modified time | relevance | path

Searched defs:mdns_outpacket (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/mdns/
H A Dmdns.c202 struct mdns_outpacket { struct
204 struct netif *netif;
206 struct pbuf *pbuf;
208 u16_t write_offset;
210 u16_t tx_id;
212 ip_addr_t dest_addr;
213 u16_t dest_port;
215 u16_t questions;
217 u16_t answers;
219 u16_t additional;
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/mdns/
H A Dmdns.c223 struct mdns_outpacket { struct
225 struct netif *netif;
227 struct pbuf *pbuf;
229 u16_t write_offset;
231 u16_t tx_id;
233 ip_addr_t dest_addr;
234 u16_t dest_port;
236 u16_t questions;
238 u16_t answers;
240 u16_t authoritative;
[all …]