Home
last modified time | relevance | path

Searched defs:ipv6enabled (Results 1 – 12 of 12) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Disself.cpp112 const bool ipv6enabled) { in getAddrsForHost()
227 std::vector<std::string> getBoundAddrs(const bool ipv6enabled) { in getBoundAddrs()
/dports/net-im/toxins/toxins-f76a7bd/util/
H A Dmisc_tools.c68 int cmdline_parsefor_ipv46(int argc, char **argv, uint8_t *ipv6enabled) in cmdline_parsefor_ipv46()
/dports/net-im/toxins/toxins-f76a7bd/tox_shell/
H A Dtox_shell.c67 uint8_t ipv6enabled = 1; /* x */ in main() local
/dports/net-im/tox/c-toxcore-0.2.13/testing/
H A DMessenger_test.c80 bool ipv6enabled = TOX_ENABLE_IPV6_DEFAULT; /* x */ in main() local
H A DDHT_test.c166 bool ipv6enabled = TOX_ENABLE_IPV6_DEFAULT; /* x */ in main() local
H A Dmisc_tools.c109 int cmdline_parsefor_ipv46(int argc, char **argv, bool *ipv6enabled) in cmdline_parsefor_ipv46()
/dports/net-im/tox/c-toxcore-0.2.13/other/
H A DDHT_bootstrap.c125 bool ipv6enabled = TOX_ENABLE_IPV6_DEFAULT; /* x */ in main() local
/dports/net-im/toxins/toxins-f76a7bd/irc_syncbot/
H A Dirc_syncbot.c242 uint8_t ipv6enabled = 1; /* x */ in init_tox() local
/dports/net-im/toxins/toxins-f76a7bd/tox_sync/
H A Dtox_sync.c244 uint8_t ipv6enabled = 1; /* x */ in main() local
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A DMessenger.h58 bool ipv6enabled; member
H A Dnetwork.c1057 void ip_init(IP *ip, bool ipv6enabled) in ip_init()
H A DDHT.c1831 int dht_bootstrap_from_address(DHT *dht, const char *address, uint8_t ipv6enabled, in dht_bootstrap_from_address()