Lines Matching full:send
29 * Contains functions to send and receive packets over a network.
34 * \param[in] qbin the ldns_buffer to be send
35 * \param[in] to the ip addr to send to
45 * Send an udp query and don't wait for an answer but return
47 * \param[in] qbin the ldns_buffer to be send
48 * \param[in] to the ip addr to send to
56 * Send an udp query and don't wait for an answer but return
60 * \param[in] qbin the ldns_buffer to be send
61 * \param[in] to the ip addr to send to
69 * Send an tcp query and don't wait for an answer but return
71 * \param[in] qbin the ldns_buffer to be send
72 * \param[in] to the ip addr to send to
80 * Send an tcp query and don't wait for an answer but return
84 * \param[in] qbin the ldns_buffer to be send
85 * \param[in] to the ip addr to send to
94 * \param[in] qbin the ldns_buffer to be send
95 * \param[in] qbin the ldns_buffer to be send
96 * \param[in] to the ip addr to send to
111 * \param[in] query_pkt the query to send
122 * \param[in] qb the buffer to send
167 * send a query via tcp to a server. Don't want for the answer
169 * \param[in] qbin the buffer to send
171 * \param[in] to which ip to send it
178 * send a query via udp to a server. Don;t want for the answer
180 * \param[in] qbin the buffer to send
182 * \param[in] to which ip to send it