Lines Matching +full:cancel +full:- +full:in +full:- +full:progress
10 * SPDX-License-Identifier: Apache-2.0
170 * @param data_len Length of the data in buffer chain.
267 DNS_EAI_BADFLAGS = -1,
269 DNS_EAI_NONAME = -2,
270 /** Temporary failure in name resolution */
271 DNS_EAI_AGAIN = -3,
272 /** Non-recoverable failure in name res */
273 DNS_EAI_FAIL = -4,
275 DNS_EAI_NODATA = -5,
277 DNS_EAI_FAMILY = -6,
279 DNS_EAI_SOCKTYPE = -7,
281 DNS_EAI_SERVICE = -8,
283 DNS_EAI_ADDRFAMILY = -9,
285 DNS_EAI_MEMORY = -10,
286 /** System error returned in `errno' */
287 DNS_EAI_SYSTEM = -11,
289 DNS_EAI_OVERFLOW = -12,
290 /** Processing request in progress */
291 DNS_EAI_INPROGRESS = -100,
293 DNS_EAI_CANCELED = -101,
295 DNS_EAI_NOTCANCELED = -102,
297 DNS_EAI_ALLDONE = -103,
299 DNS_EAI_IDN_ENCODE = -105,
312 * DNS_EAI_ALLDONE mark end of the resolving, info is set to NULL in
319 * @param user_data The user data given in dns_resolve_name() call.
387 /** Back pointer to ctx, needed in timeout handler */
392 * A null value indicates the slot is not in use.
404 * This is set to a non-null value when the query is started,
430 /** Is this context in use */
439 * can be specified either in textual form, or as struct sockaddr (or both).
441 * the dns_get_addr_info() API. In that case user does not need to
449 * array is NULL terminated. The port number can be given in the string.
456 * is NULL terminated. Port numbers are optional in struct sockaddr, the
493 * array is NULL terminated. The port number can be given in the string.
500 * is NULL terminated. Port numbers are optional in struct sockaddr, the
510 * @brief Cancel a pending DNS query.
523 * @brief Cancel a pending DNS query using id, name and type.
554 * wishes to cancel the query. This can be set to NULL if there is no need
555 * to cancel the query.
560 * SYS_FOREVER_MS: the query is tried forever, user needs to cancel it
578 * defined in project config file. If no DNS servers are defined by the
580 * The configuration options are described in subsys/net/lib/dns/Kconfig file.
601 * wishes to cancel the query. This can be set to NULL if there is no need
602 * to cancel the query.
607 * SYS_FOREVER_MS: the query is tried forever, user needs to cancel it
630 * @brief Cancel a pending DNS query.