Home
last modified time | relevance | path

Searched defs:InetSocketAddress (Results 1 – 25 of 52) sorted by relevance

123

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Dinet_socket_address.rs22 impl InetSocketAddress { implementation
24 pub fn new<P: IsA<InetAddress>>(address: &P, port: u16) -> InetSocketAddress { in new()
36 pub fn from_string(address: &str, port: u32) -> Option<InetSocketAddress> { in from_string()
47 unsafe impl Send for InetSocketAddress {} implementation
48 unsafe impl Sync for InetSocketAddress {} implementation
92 impl fmt::Display for InetSocketAddress { implementation
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/auto/
H A Dinet_socket_address.rs22 impl InetSocketAddress { implementation
24 pub fn new<P: IsA<InetAddress>>(address: &P, port: u16) -> InetSocketAddress { in new()
36 pub fn from_string(address: &str, port: u32) -> Option<InetSocketAddress> { in from_string()
47 unsafe impl Send for InetSocketAddress {} implementation
48 unsafe impl Sync for InetSocketAddress {} implementation
92 impl fmt::Display for InetSocketAddress { implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/auto/
H A Dinet_socket_address.rs22 impl InetSocketAddress { implementation
24 pub fn new<P: IsA<InetAddress>>(address: &P, port: u16) -> InetSocketAddress { in new()
36 pub fn from_string(address: &str, port: u32) -> Option<InetSocketAddress> { in from_string()
47 unsafe impl Send for InetSocketAddress {} implementation
48 unsafe impl Sync for InetSocketAddress {} implementation
92 impl fmt::Display for InetSocketAddress { implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/auto/
H A Dinet_socket_address.rs22 impl InetSocketAddress { implementation
24 pub fn new<P: IsA<InetAddress>>(address: &P, port: u16) -> InetSocketAddress { in new()
36 pub fn from_string(address: &str, port: u32) -> Option<InetSocketAddress> { in from_string()
47 unsafe impl Send for InetSocketAddress {} implementation
48 unsafe impl Sync for InetSocketAddress {} implementation
92 impl fmt::Display for InetSocketAddress { implementation
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/auto/
H A Dinet_socket_address.rs22 impl InetSocketAddress { implementation
23 pub fn new<P: IsA<InetAddress>>(address: &P, port: u16) -> InetSocketAddress { in new()
33 pub fn new_from_string(address: &str, port: u32) -> InetSocketAddress { in new_from_string()
44 unsafe impl Send for InetSocketAddress {} implementation
45 unsafe impl Sync for InetSocketAddress {} implementation
81 impl fmt::Display for InetSocketAddress { implementation
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Dinet_socket_address.rs22 impl InetSocketAddress { implementation
23 pub fn new<P: IsA<InetAddress>>(address: &P, port: u16) -> InetSocketAddress { in new()
33 pub fn new_from_string(address: &str, port: u32) -> InetSocketAddress { in new_from_string()
44 unsafe impl Send for InetSocketAddress {} implementation
45 unsafe impl Sync for InetSocketAddress {} implementation
81 impl fmt::Display for InetSocketAddress { implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/auto/
H A Dinet_socket_address.rs22 impl InetSocketAddress { impl
23 pub fn new<P: IsA<InetAddress>>(address: &P, port: u16) -> InetSocketAddress { in new()
33 pub fn new_from_string(address: &str, port: u32) -> InetSocketAddress { in new_from_string()
44 unsafe impl Send for InetSocketAddress {} implementation
45 unsafe impl Sync for InetSocketAddress {} implementation
81 impl fmt::Display for InetSocketAddress { implementation
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/auto/
H A Dinet_socket_address.rs22 impl InetSocketAddress { implementation
24 pub fn new<P: IsA<InetAddress>>(address: &P, port: u16) -> InetSocketAddress { in new()
36 pub fn from_string(address: &str, port: u32) -> Option<InetSocketAddress> { in from_string()
47 unsafe impl Send for InetSocketAddress {} implementation
48 unsafe impl Sync for InetSocketAddress {} implementation
92 impl fmt::Display for InetSocketAddress { implementation
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/auto/
H A Dinet_socket_address.rs22 impl InetSocketAddress { impl
24 pub fn new<P: IsA<InetAddress>>(address: &P, port: u16) -> InetSocketAddress { in new()
36 pub fn from_string(address: &str, port: u32) -> Option<InetSocketAddress> { in from_string()
47 unsafe impl Send for InetSocketAddress {} implementation
48 unsafe impl Sync for InetSocketAddress {} implementation
92 impl fmt::Display for InetSocketAddress { implementation
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/net/
H A DInetSocketAddress.java48 public class InetSocketAddress extends SocketAddress class
78 public InetSocketAddress(InetAddress addr, int port) in InetSocketAddress() method in InetSocketAddress
98 public InetSocketAddress(int port) throws IllegalArgumentException in InetSocketAddress() method in InetSocketAddress
112 public InetSocketAddress(String hostname, int port) in InetSocketAddress() method in InetSocketAddress
128 private InetSocketAddress(String hostname, int port, boolean resolve) in InetSocketAddress() method in InetSocketAddress
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/net/
H A DInetSocketAddress.java48 public class InetSocketAddress extends SocketAddress class
78 public InetSocketAddress(InetAddress addr, int port) in InetSocketAddress() method in InetSocketAddress
98 public InetSocketAddress(int port) throws IllegalArgumentException in InetSocketAddress() method in InetSocketAddress
112 public InetSocketAddress(String hostname, int port) in InetSocketAddress() method in InetSocketAddress
128 private InetSocketAddress(String hostname, int port, boolean resolve) in InetSocketAddress() method in InetSocketAddress
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/net/
H A DInetSocketAddress.java48 public class InetSocketAddress extends SocketAddress class
78 public InetSocketAddress(InetAddress addr, int port) in InetSocketAddress() method in InetSocketAddress
98 public InetSocketAddress(int port) throws IllegalArgumentException in InetSocketAddress() method in InetSocketAddress
112 public InetSocketAddress(String hostname, int port) in InetSocketAddress() method in InetSocketAddress
128 private InetSocketAddress(String hostname, int port, boolean resolve) in InetSocketAddress() method in InetSocketAddress
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/net/
H A DInetSocketAddress.java48 public class InetSocketAddress extends SocketAddress class
78 public InetSocketAddress(InetAddress addr, int port) in InetSocketAddress() method in InetSocketAddress
98 public InetSocketAddress(int port) throws IllegalArgumentException in InetSocketAddress() method in InetSocketAddress
112 public InetSocketAddress(String hostname, int port) in InetSocketAddress() method in InetSocketAddress
128 private InetSocketAddress(String hostname, int port, boolean resolve) in InetSocketAddress() method in InetSocketAddress
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/net/
H A DInetSocketAddress.java48 public class InetSocketAddress extends SocketAddress class
78 public InetSocketAddress(InetAddress addr, int port) in InetSocketAddress() method in InetSocketAddress
98 public InetSocketAddress(int port) throws IllegalArgumentException in InetSocketAddress() method in InetSocketAddress
112 public InetSocketAddress(String hostname, int port) in InetSocketAddress() method in InetSocketAddress
128 private InetSocketAddress(String hostname, int port, boolean resolve) in InetSocketAddress() method in InetSocketAddress
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/net/
H A DInetSocketAddress.java48 public class InetSocketAddress extends SocketAddress class
78 public InetSocketAddress(InetAddress addr, int port) in InetSocketAddress() method in InetSocketAddress
99 public InetSocketAddress(int port) in InetSocketAddress() method in InetSocketAddress
113 public InetSocketAddress(String hostname, int port) in InetSocketAddress() method in InetSocketAddress
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/net/
H A DInetSocketAddress.java48 public class InetSocketAddress extends SocketAddress class
78 public InetSocketAddress(InetAddress addr, int port) in InetSocketAddress() method in InetSocketAddress
99 public InetSocketAddress(int port) in InetSocketAddress() method in InetSocketAddress
113 public InetSocketAddress(String hostname, int port) in InetSocketAddress() method in InetSocketAddress
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/net/
H A DInetSocketAddress.java48 public class InetSocketAddress extends SocketAddress class
78 public InetSocketAddress(InetAddress addr, int port) in InetSocketAddress() method in InetSocketAddress
99 public InetSocketAddress(int port) throws IllegalArgumentException in InetSocketAddress() method in InetSocketAddress
112 public InetSocketAddress(String hostname, int port) in InetSocketAddress() method in InetSocketAddress
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/network/utils/
H A Dinet-socket-address.cc29 InetSocketAddress::InetSocketAddress (Ipv4Address ipv4, uint16_t port) in InetSocketAddress() function in ns3::InetSocketAddress
36 InetSocketAddress::InetSocketAddress (Ipv4Address ipv4) in InetSocketAddress() function in ns3::InetSocketAddress
43 InetSocketAddress::InetSocketAddress (const char *ipv4, uint16_t port) in InetSocketAddress() function in ns3::InetSocketAddress
50 InetSocketAddress::InetSocketAddress (const char * ipv4) in InetSocketAddress() function in ns3::InetSocketAddress
57 InetSocketAddress::InetSocketAddress (uint16_t port) in InetSocketAddress() function in ns3::InetSocketAddress
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dinetsocketaddress.cc101 InetSocketAddress::InetSocketAddress(const Glib::ConstructParams& construct_params) in InetSocketAddress() function in Gio::InetSocketAddress
108 InetSocketAddress::InetSocketAddress(GInetSocketAddress* castitem) in InetSocketAddress() function in Gio::InetSocketAddress
114 InetSocketAddress::InetSocketAddress(InetSocketAddress&& src) noexcept in InetSocketAddress() function in Gio::InetSocketAddress
143 InetSocketAddress::InetSocketAddress(const Glib::RefPtr<InetAddress>& address, guint16 port) in InetSocketAddress() function in Gio::InetSocketAddress
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/net/
H A DInetSocketAddress.java52 public class InetSocketAddress class
165 public InetSocketAddress(int port) { in InetSocketAddress() method in InetSocketAddress
184 public InetSocketAddress(InetAddress addr, int port) { in InetSocketAddress() method in InetSocketAddress
215 public InetSocketAddress(String hostname, int port) { in InetSocketAddress() method in InetSocketAddress
228 private InetSocketAddress(int port, String hostname) { in InetSocketAddress() method in InetSocketAddress
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/net/
H A DInetSocketAddress.java52 public class InetSocketAddress class
165 public InetSocketAddress(int port) { in InetSocketAddress() method in InetSocketAddress
184 public InetSocketAddress(InetAddress addr, int port) { in InetSocketAddress() method in InetSocketAddress
215 public InetSocketAddress(String hostname, int port) { in InetSocketAddress() method in InetSocketAddress
228 private InetSocketAddress(int port, String hostname) { in InetSocketAddress() method in InetSocketAddress
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/net/
H A DInetSocketAddress.java52 public class InetSocketAddress class
165 public InetSocketAddress(int port) { in InetSocketAddress() method in InetSocketAddress
184 public InetSocketAddress(InetAddress addr, int port) { in InetSocketAddress() method in InetSocketAddress
215 public InetSocketAddress(String hostname, int port) { in InetSocketAddress() method in InetSocketAddress
228 private InetSocketAddress(int port, String hostname) { in InetSocketAddress() method in InetSocketAddress
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/net/
H A DInetSocketAddress.java52 public class InetSocketAddress class
175 public InetSocketAddress(int port) { in InetSocketAddress() method in InetSocketAddress
194 public InetSocketAddress(InetAddress addr, int port) { in InetSocketAddress() method in InetSocketAddress
225 public InetSocketAddress(String hostname, int port) { in InetSocketAddress() method in InetSocketAddress
238 private InetSocketAddress(int port, String hostname) { in InetSocketAddress() method in InetSocketAddress
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/net/
H A DInetSocketAddress.java52 public class InetSocketAddress class
174 public InetSocketAddress(int port) { in InetSocketAddress() method in InetSocketAddress
193 public InetSocketAddress(InetAddress addr, int port) { in InetSocketAddress() method in InetSocketAddress
224 public InetSocketAddress(String hostname, int port) { in InetSocketAddress() method in InetSocketAddress
237 private InetSocketAddress(int port, String hostname) { in InetSocketAddress() method in InetSocketAddress
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/net/
H A DInetSocketAddress.java52 public class InetSocketAddress class
165 public InetSocketAddress(int port) { in InetSocketAddress() method in InetSocketAddress
184 public InetSocketAddress(InetAddress addr, int port) { in InetSocketAddress() method in InetSocketAddress
215 public InetSocketAddress(String hostname, int port) { in InetSocketAddress() method in InetSocketAddress
228 private InetSocketAddress(int port, String hostname) { in InetSocketAddress() method in InetSocketAddress

123