Lines Matching refs:replies
20 * - Fragmenting replies if required
172 /** TTL in seconds of SRV/TXT replies */
186 /** TTL in seconds of A/AAAA/PTR replies */
661 * Check which replies we should send for a host/netif based on question
666 * @return Bitmask of which replies to send
672 int replies = 0;
679 return replies;
690 replies |= REPLY_HOST_PTR_V6;
703 replies |= REPLY_HOST_PTR_V4;
716 replies |= REPLY_HOST_A;
721 replies |= REPLY_HOST_AAAA;
726 return replies;
730 * Check which replies we should send for a service based on question
733 * @return Bitmask of which replies to send
739 int replies = 0;
751 replies |= REPLY_SERVICE_TYPE_PTR;
758 replies |= REPLY_SERVICE_NAME_PTR;
765 replies |= REPLY_SERVICE_SRV;
768 replies |= REPLY_SERVICE_TXT;
772 return replies;
961 * @param ttl Validity time in seconds to send out for IP address data in DNS replies
1566 int replies = 0;
1598 replies |= reply.host_replies;
1606 replies |= reply.serv_replies[i];
1609 if (replies && reply.legacy_query) {
2056 * @param dns_ttl Validity time in seconds to send out for IP address data in DNS replies
2185 * @param dns_ttl Validity time in seconds to send out for service data in DNS replies
2187 * allow dynamic replies.