ares_save_options (3) Linux Manual Page
NAME ares_save_options – Save configuration values obtained from initialized ares_channel SYNOPSIS #include <ares.h> int ares_save_options(ares_channel channel, struct ares_options *options, int *optmask) DESCRIPTION The ares_save_options(3) function saves the channel data identified by channel, into the options struct identified by options, and saves the mask of options which are set to the integer pointer (passed by reference)…
