Home
last modified time | relevance | path

Searched refs:rrs_to_send (Results 1 – 1 of 1) sorted by relevance

/btstack/3rd-party/lwip/core/src/apps/mdns/
H A Dmdns.c1375 u8_t rrs_to_send; in mdns_handle_question() local
1426 rrs_to_send = reply.host_replies | reply.host_questions; in mdns_handle_question()
1428 rrs_to_send |= reply.serv_replies[i] | reply.serv_questions[i]; in mdns_handle_question()
1431 if (!rrs_to_send) { in mdns_handle_question()