Home
last modified time | relevance | path

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

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/stlplus/strings/
H A Dstring_int.hpp89 std::string address_to_string(const void*,
H A Dprint_int.cpp59 device << address_to_string(i, radix, display, width); in print_address()
H A Dstring_int.cpp622 …std::string address_to_string(const void* i, unsigned radix, radix_display_t display, unsigned wid… in address_to_string() function
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/libfilezilla/
H A Dsocket.hpp194 …static std::string address_to_string(sockaddr const* addr, int addr_len, bool with_port = true, bo…
195 static std::string address_to_string(char const* buf, int buf_len);
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/
H A Dsocket.cpp615 …andler_->send_event<hostaddress_event>(socket_->ev_source_, socket::address_to_string(addr.ai_addr… in try_connect_host()
1274 std::string socket_base::address_to_string(sockaddr const* addr, int addr_len, bool with_port, bool… in address_to_string() function in fz::socket_base
1309 std::string socket_base::address_to_string(char const* buf, int buf_len) in address_to_string() function in fz::socket_base
1325 return address_to_string(&addr.sockaddr_, sizeof(addr), false, true); in address_to_string()
1337 return address_to_string((sockaddr *)&addr, addr_len, false, strip_zone_index); in local_ip()
1813 return address_to_string((sockaddr *)&addr, addr_len, false, strip_zone_index); in peer_ip()
H A Dhostname_lookup.cpp111 auto s = socket::address_to_string(addr->ai_addr, addr->ai_addrlen, false); in do_lookup()
H A Dtls_layer_impl.cpp1448 std::string ip = socket::address_to_string(san, static_cast<int>(san_size)); in get_cert_subject_alt_names()
/dports/security/nmap/nmap-7.91/nbase/
H A Dnbase_addrset.c571 static char *address_to_string(const struct sockaddr *sa, size_t sa_len, in address_to_string() function
649 address_to_string(addr->ai_addr, addr->ai_addrlen, addr_string, sizeof(addr_string)); in addrset_add_spec()
694 address_to_string(addr->ai_addr, addr->ai_addrlen, addr_string, sizeof(addr_string)); in addrset_add_spec()
/dports/security/ncrack/ncrack-0.7/nbase/
H A Dnbase_addrset.c238 static char *address_to_string(const struct sockaddr *sa, size_t sa_len, in address_to_string() function
343 address_to_string(addr->ai_addr, addr->ai_addrlen, addr_string, sizeof(addr_string)); in addrset_add_spec()
/dports/mail/geary/geary-40.0/src/engine/util/
H A Dutil-inet.vala15 public string address_to_string(InetSocketAddress addr) {
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgsocket.c363 address_to_string (GSocketAddress *address) in address_to_string() function
2205 gchar *address_string = address_to_string (address); in g_socket_bind()