Lines Matching defs:answers

1042  *  @param antree   mDNS answers/authority records you want to add to cookie.
1770 * Send DNS records as answers to a peer via unicast
1772 * @param unicast_tree Tree with DNS records to send as answers.
1829 * Send DNS records as answers to mDNS peers via multicast
1831 * @param multicast_tree Tree with DNS records to send as answers.
1907 * Populates an mDNS record tree with answers from MyRecords depending on name
1913 * @return mDNS record tree with possible answers from MyRecords
1928 /* Remove answers which aren't successfully registered yet */
2021 * responsible for aggregating all the received answers. */
2179 /* TODO: When receiving multiple authoritative answers, */
2231 * @param answers mDNS record tree to split up
2232 * @param unicast_tree DNS record tree with unicast answers.
2233 * @param multicast_tree DNS record tee with multicast answers.
2237 pico_mdns_sort_unicast_multicast( pico_mdns_rtree *answers,
2245 if (!answers || !unicast_tree || !multicast_tree) {
2250 pico_tree_foreach(node, answers) {
2462 * @param antree mDNS record tree with answers to send
2464 * @param srv_record Found SRV record in the answers
2540 * @param antree mDNS record tree with answers to send
2588 * @param antree Tree with mDNS records to send as answers
2590 * @return 0 when answers are properly handled, something else otherwise.
2607 /* Sort the answers into multicast and unicast answers */
2639 * @param rtree Tree to look in for known answers
2640 * @param packet DNS packet in which to look for known answers
2641 * @param ancount Amount of answers in the DNS packet
2715 /* Generate a list of answers */
2730 /* Try to reply with the left-over answers */
2755 /* Generate a list of answers */
2763 /* Try to reply with the answers */
2788 /* Generate a list of answers */
2791 mdns_dbg("Could not handle data as answers\n");
2855 mdns_dbg("RCVD Packet contains no questions or answers...\n");