Lines Matching full:record
58 * @param[out] record the DNS-SD record to initialize and populate
68 int dns_sd_query_extract(const uint8_t *query, size_t query_size, struct dns_sd_rec *record,
72 * @brief See if the DNS SD @p filter matches the @p record
108 * @param record The reference DNS-SD record
109 * @param filter The DNS-SD record filter
111 * @return true if the @p record matches the @p filter
112 * @return false if @p record is not a match for @p filter
113 * @return false if either @p record or @p filter are invalid
115 bool dns_sd_rec_match(const struct dns_sd_rec *record,
121 * This function should be called once for each DNS-SD record that
130 * @param inst the DNS-SD record to advertise