summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/c-ares-1.19.1/docs/ares_set_sortlist.3
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /fluent-bit/lib/c-ares-1.19.1/docs/ares_set_sortlist.3
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/lib/c-ares-1.19.1/docs/ares_set_sortlist.3')
-rw-r--r--fluent-bit/lib/c-ares-1.19.1/docs/ares_set_sortlist.358
1 files changed, 0 insertions, 58 deletions
diff --git a/fluent-bit/lib/c-ares-1.19.1/docs/ares_set_sortlist.3 b/fluent-bit/lib/c-ares-1.19.1/docs/ares_set_sortlist.3
deleted file mode 100644
index 50e99e87d..000000000
--- a/fluent-bit/lib/c-ares-1.19.1/docs/ares_set_sortlist.3
+++ /dev/null
@@ -1,58 +0,0 @@
-.\"
-.\" Permission to use, copy, modify, and distribute this
-.\" software and its documentation for any purpose and without
-.\" fee is hereby granted, provided that the above copyright
-.\" notice appear in all copies and that both that copyright
-.\" notice and this permission notice appear in supporting
-.\" documentation, and that the name of M.I.T. not be used in
-.\" advertising or publicity pertaining to distribution of the
-.\" software without specific, written prior permission.
-.\" M.I.T. makes no representations about the suitability of
-.\" this software for any purpose. It is provided "as is"
-.\" without express or implied warranty.
-.\"
-.TH ARES_SET_SORTLIST 3 "23 November 2015"
-.SH NAME
-ares_set_sortlist \- Initialize an ares_channel sortlist configuration
-.SH SYNOPSIS
-.nf
-#include <ares.h>
-
-int ares_set_sortlist(ares_channel \fIchannel\fP, const char *\fIsortstr\fP)
-.fi
-.SH DESCRIPTION
-The \fBares_set_sortlist(3)\fP function initializes an address sortlist configuration
-for the channel data identified by
-.IR channel ,
-so that addresses returned by \fBares_gethostbyname(3)\fP are sorted according to the
-sortlist. The provided
-.IR sortstr
-string that holds a space separated list of IP-address-netmask pairs. The
-netmask is optional but follows the address after a slash if present. For example,
-"130.155.160.0/255.255.240.0 130.155.0.0".
-
-This function replaces any potentially previously configured address sortlist
-with the ones given in the configuration string.
-
-.SH RETURN VALUES
-.B ares_set_sortlist(3)
-may return any of the following values:
-.TP 15
-.B ARES_SUCCESS
-The sortlist configuration was successfully initialized.
-.TP 15
-.B ARES_ENOMEM
-The process's available memory was exhausted.
-.TP 15
-.B ARES_ENODATA
-The channel data identified by
-.IR channel
-was invalid.
-.TP 15
-.B ARES_ENOTINITIALIZED
-c-ares library initialization not yet performed.
-.SH SEE ALSO
-.BR ares_init_options (3),
-.BR ares_dup(3)
-.SH AVAILABILITY
-ares_set_sortlist(3) was added in c-ares 1.11.0