Home
last modified time | relevance | path

Searched refs:DNS_RESCONF_TCP_ENABLE (Results 1 – 11 of 11) sorted by relevance

/dports/devel/libdill/libdill-2.14/dns/
H A Ddns.h870 DNS_RESCONF_TCP_ENABLE, enumerator
H A Ddns.c3886 …kup = "bf", .options = { .ndots = 1, .timeout = 5, .attempts = 2, .tcp = DNS_RESCONF_TCP_ENABLE, }, in dns_resconf_open()
4246 resconf->options.tcp = DNS_RESCONF_TCP_ENABLE; in dns_resconf_loadfile()
4943 case DNS_RESCONF_TCP_ENABLE: in dns_resconf_dump()
/dports/devel/libmill/libmill-1.18/dns/
H A Ddns.h870 DNS_RESCONF_TCP_ENABLE, enumerator
H A Ddns.c3866 …kup = "bf", .options = { .ndots = 1, .timeout = 5, .attempts = 2, .tcp = DNS_RESCONF_TCP_ENABLE, }, in dns_resconf_open()
4226 resconf->options.tcp = DNS_RESCONF_TCP_ENABLE; in dns_resconf_loadfile()
4923 case DNS_RESCONF_TCP_ENABLE: in dns_resconf_dump()
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/lib/
H A Ddns.h921 DNS_RESCONF_TCP_ENABLE, enumerator
H A Ddns.c4429 .options = { .ndots = 1, .timeout = 5, .attempts = 2, .tcp = DNS_RESCONF_TCP_ENABLE, }, in dns_resconf_open()
4823 resconf->options.tcp = DNS_RESCONF_TCP_ENABLE; in dns_resconf_loadfile()
5517 case DNS_RESCONF_TCP_ENABLE: in dns_resconf_dump()
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Ddns.h876 DNS_RESCONF_TCP_ENABLE, enumerator
H A Ddns.c5355 .options = { .ndots = 1, .timeout = 5, .attempts = 2, .tcp = DNS_RESCONF_TCP_ENABLE, }, in dns_resconf_open()
5754 resconf->options.tcp = DNS_RESCONF_TCP_ENABLE; in dns_resconf_loadfile()
6449 case DNS_RESCONF_TCP_ENABLE: in dns_resconf_dump()
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Ddns.h918 DNS_RESCONF_TCP_ENABLE, enumerator
H A Ddns.c4462 .options = { .ndots = 1, .timeout = 5, .attempts = 2, .tcp = DNS_RESCONF_TCP_ENABLE, }, in dns_resconf_open()
4856 resconf->options.tcp = DNS_RESCONF_TCP_ENABLE; in dns_resconf_loadfile()
5666 case DNS_RESCONF_TCP_ENABLE: in dns_resconf_dump()
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/
H A Ddns.c1640 lua_pushinteger(L, DNS_RESCONF_TCP_ENABLE); in luaopen__cqueues_dns_config()