Home
last modified time | relevance | path

Searched defs:dns_options (Results 1 – 16 of 16) sorted by relevance

/dports/net/haproxy21/haproxy-2.1.12/include/types/
H A Ddns.h236 struct dns_options { struct
237 int family_prio; /* which IP family should the resolver use when both are returned */
238 struct {
248 } pref_net[SRV_MAX_PREF_NET];
249 int pref_net_nb; /* The number of registered preferred networks. */
250 int accept_duplicate_ip; /* flag to indicate whether the associated object can use an IP address
252 int ignore_weight; /* flag to indicate whether to ignore the weight within the record */
/dports/net/nuster/nuster-5.0.4.21/include/types/
H A Ddns.h236 struct dns_options { struct
237 int family_prio; /* which IP family should the resolver use when both are returned */
238 struct {
248 } pref_net[SRV_MAX_PREF_NET];
249 int pref_net_nb; /* The number of registered preferred networks. */
250 int accept_duplicate_ip; /* flag to indicate whether the associated object can use an IP address
252 int ignore_weight; /* flag to indicate whether to ignore the weight within the record */
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Ddns-t.h237 struct dns_options { struct
238 int family_prio; /* which IP family should the resolver use when both are returned */
239 struct {
249 } pref_net[SRV_MAX_PREF_NET];
250 int pref_net_nb; /* The number of registered preferred networks. */
251 int accept_duplicate_ip; /* flag to indicate whether the associated object can use an IP address
253 int ignore_weight; /* flag to indicate whether to ignore the weight within the record */
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Ddns-t.h243 struct dns_options { struct
244 int family_prio; /* which IP family should the resolver use when both are returned */
245 struct {
255 } pref_net[SRV_MAX_PREF_NET];
256 int pref_net_nb; /* The number of registered preferred networks. */
257 int accept_duplicate_ip; /* flag to indicate whether the associated object can use an IP address
259 int ignore_weight; /* flag to indicate whether to ignore the weight within the record */
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Ddns.h241 struct dns_options { struct
242 int family_prio; /* which IP family should the resolver use when both are returned */
243 struct {
253 } pref_net[SRV_MAX_PREF_NET];
254 int pref_net_nb; /* The number of registered preferred networks. */
255 int accept_duplicate_ip; /* flag to indicate whether the associated object can use an IP address
/dports/net/haproxy18/haproxy-1.8.30/include/types/
H A Ddns.h234 struct dns_options { struct
235 int family_prio; /* which IP family should the resolver use when both are returned */
236 struct {
246 } pref_net[SRV_MAX_PREF_NET];
247 int pref_net_nb; /* The number of registered prefered networks. */
248 int accept_duplicate_ip; /* flag to indicate whether the associated object can use an IP address
/dports/net/haproxy19/haproxy-1.9.16/include/types/
H A Ddns.h234 struct dns_options { struct
235 int family_prio; /* which IP family should the resolver use when both are returned */
236 struct {
246 } pref_net[SRV_MAX_PREF_NET];
247 int pref_net_nb; /* The number of registered preferred networks. */
248 int accept_duplicate_ip; /* flag to indicate whether the associated object can use an IP address
/dports/net/haproxy17/haproxy-1.7.14/include/types/
H A Ddns.h195 struct dns_options { struct
196 int family_prio; /* which IP family should the resolver use when both are returned */
197 struct {
226 struct dns_options *opts; /* IP selection options inherited from the configuration file. */ argument
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Ddns.h1016 struct dns_options { struct
1040 }; /* struct dns_options */ argument
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Ddns.h1084 struct dns_options { struct
1102 }; /* struct dns_options */ argument
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/lib/
H A Ddns.h1064 struct dns_options { struct
1081 }; /* struct dns_options */ argument
/dports/devel/libdill/libdill-2.14/dns/
H A Ddns.h1011 struct dns_options { struct
1028 }; /* struct dns_options */ argument
/dports/devel/libmill/libmill-1.18/dns/
H A Ddns.h1011 struct dns_options { struct
1028 }; /* struct dns_options */ argument
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/docker_swarm_service/tasks/tests/
H A Doptions.yml333 - name: dns_options play
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/docker/tests/integration/targets/docker_swarm_service/tasks/tests/
H A Doptions.yml333 - name: dns_options play
/dports/sysutils/vector/vector-0.10.0/cargo-crates/bollard-stubs-1.40.1/src/
H A Dmodels.rs6358 pub dns_options: Option<Vec<String>>, field