Home
last modified time | relevance | path

Searched defs:IPAddress (Results 1 – 25 of 2617) sorted by relevance

12345678910>>...105

/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/exoscale/egoscale/
H A Daddresses_type.go8 type IPAddress struct { struct
9 ID string `json:"id"`
10 Account string `json:"account,omitempty"`
11 AllocatedAt string `json:"allocated,omitempty"`
14 DomainID string `json:"domainid,omitempty"`
18 IPAddress net.IP `json:"ipaddress"` argument
28 State string `json:"state,omitempty"`
35 VpcID string `json:"vpcid,omitempty"`
38 Tags []ResourceTag `json:"tags,omitempty"`
60 IPAddress IPAddress `json:"ipaddress"` member
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/sacloud/libsacloud/sacloud/
H A Dipaddress.go18 type IPAddress struct { struct
19 HostName string `json:",omitempty"` // HostName ホスト
20 IPAddress string `json:",omitempty"` // IPAddress IPv4アドレ argument
21 Interface *Interface `json:",omitempty"` // Interface インターフェー
22 Subnet *Subnet `json:",omitempty"` // Subnet IPv4サブネッ
/dports/net/traefik/traefik-2.6.1/vendor/github.com/sacloud/libsacloud/sacloud/
H A Dipaddress.go18 type IPAddress struct { struct
19 HostName string `json:",omitempty"` // HostName ホスト
20 IPAddress string `json:",omitempty"` // IPAddress IPv4アドレ member
21 Interface *Interface `json:",omitempty"` // Interface インターフェー
22 Subnet *Subnet `json:",omitempty"` // Subnet IPv4サブネッ
/dports/security/lego/lego-4.5.3/vendor/github.com/exoscale/egoscale/
H A Daddresses.go23 type IPAddress struct { struct
24 … string `json:"allocated,omitempty" doc:"date the public IP address was acquired"`
28 …iption string `json:"description,omitempty" doc:"The IP address description."`
30 …k *Healthcheck `json:"healthcheck,omitempty" doc:"The IP healthcheck configuration"`
31 ID *UUID `json:"id,omitempty" doc:"public IP address id"`
32 IPAddress net.IP `json:"ipaddress,omitempty" doc:"public IP address"` member
33 IsElastic bool `json:"iselastic,omitempty" doc:"is an elastic ip"`
55 func (IPAddress) ResourceType() string {
60 func (ipaddress IPAddress) ListRequest() (ListCommand, error) {
83 func (ipaddress IPAddress) Delete(ctx context.Context, client *Client) error {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/exoscale/egoscale/
H A Daddresses.go23 type IPAddress struct { struct
24 … string `json:"allocated,omitempty" doc:"date the public IP address was acquired"`
28 …iption string `json:"description,omitempty" doc:"The IP address description."`
30 …k *Healthcheck `json:"healthcheck,omitempty" doc:"The IP healthcheck configuration"`
31 ID *UUID `json:"id,omitempty" doc:"public IP address id"`
32 IPAddress net.IP `json:"ipaddress,omitempty" doc:"public IP address"` argument
33 IsElastic bool `json:"iselastic,omitempty" doc:"is an elastic ip"`
55 func (IPAddress) ResourceType() string {
60 func (ipaddress IPAddress) ListRequest() (ListCommand, error) {
83 func (ipaddress IPAddress) Delete(ctx context.Context, client *Client) error {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/transip/gotransip/v6/ipaddress/
H A Dipaddress.go8 type IPAddress struct { struct
10 Address net.IP `json:"address"`
12 DNSResolvers []net.IP `json:"dnsResolvers,omitempty"`
14 Gateway net.IP `json:"gateway,omitempty"`
16 ReverseDNS string `json:"reverseDns"`
18 SubnetMask SubnetMask `json:"subnetMask,omitempty"`
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Native/
H A DInterop.IPAddress.cs25 internal unsafe struct IPAddress : IEquatable<IPAddress> struct in Interop.Sys
27 public bool IsIPv6
33 … internal fixed byte Address[MAX_IP_ADDRESS_BYTES]; // Buffer to fit an IPv4 or IPv6 address
34 …e uint _isIPv6; // Non-zero if this is an IPv6 address; zero for IPv4.
35 internal uint ScopeId; // Scope ID (IPv6 only)
37 public bool Equals(IPAddress other) in Equals()
/dports/net/py-GeoIP2/GeoIP2-python-4.2.0/geoip2/
H A Ddatabase.py116 def country(self, ip_address: IPAddress) -> Country:
129 def city(self, ip_address: IPAddress) -> City:
139 def anonymous_ip(self, ip_address: IPAddress) -> AnonymousIP:
154 def asn(self, ip_address: IPAddress) -> ASN:
166 def connection_type(self, ip_address: IPAddress) -> ConnectionType:
181 def domain(self, ip_address: IPAddress) -> Domain:
194 def enterprise(self, ip_address: IPAddress) -> Enterprise:
207 def isp(self, ip_address: IPAddress) -> ISP:
219 def _get(self, database_type: str, ip_address: IPAddress) -> Any:
236 ip_address: IPAddress,
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dipaddress.h56 IPAddress() : family_(AF_UNSPEC) { in IPAddress() function
60 explicit IPAddress(const in_addr &ip4) : family_(AF_INET) { in IPAddress() function
65 explicit IPAddress(const in6_addr &ip6) : family_(AF_INET6) { in IPAddress() function
69 explicit IPAddress(uint32 ip_in_host_byte_order) : family_(AF_INET) { in IPAddress() function
74 IPAddress(const IPAddress &other) : family_(other.family_) { in IPAddress() function
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/internal/reflectlite/
H A Dset_test.go52 type notASTExpr interface {
58 type mapError map[string]string
62 var _ error = mapError{}
65 func TestImplements(t *testing.T) {
70 t.Errorf("(%s).Implements(%s) = %v, want %v", TypeString(xv), TypeString(xt), b, tt.b)
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A Dnetwork.h85 struct IPAddress { struct
89 typedef boost::asio::ip::address_v6::bytes_type IPAddressStore; argument
101 IPAddress(const IPAddress& rhs) : isV6addr(rhs.isV6addr) { in IPAddress() argument
122 const IPAddressStore& toV6() const { return addr.v6; } in toV6() argument
125 static Optional<IPAddress> parse(std::string str); argument
150 struct Traceable<IPAddress> : std::true_type { argument
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/include/mysql/harness/networking/
H A Dip_address.h60 IPAddress() in IPAddress() function
69 explicit IPAddress(const IPv4Address &address) in IPAddress() function
80 explicit IPAddress(const IPv6Address &address) in IPAddress() function
99 explicit IPAddress(const char *data) : IPAddress(std::string(data)) {} in IPAddress() function
102 IPAddress(const IPAddress &other) in IPAddress() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dip_address.h56 IPAddress() : family_(AF_UNSPEC) { ::memset(&u_, 0, sizeof(u_)); } in IPAddress() function
58 explicit IPAddress(const in_addr& ip4) : family_(AF_INET) { in IPAddress() function
63 explicit IPAddress(const in6_addr& ip6) : family_(AF_INET6) { u_.ip6 = ip6; } in IPAddress() function
65 explicit IPAddress(uint32_t ip_in_host_byte_order) : family_(AF_INET) { in IPAddress() function
70 IPAddress(const IPAddress& other) : family_(other.family_) { in IPAddress() function
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dip_address.h52 IPAddress() : family_(AF_UNSPEC) { ::memset(&u_, 0, sizeof(u_)); } in IPAddress() function
54 explicit IPAddress(const in_addr& ip4) : family_(AF_INET) { in IPAddress() function
59 explicit IPAddress(const in6_addr& ip6) : family_(AF_INET6) { u_.ip6 = ip6; } in IPAddress() function
61 explicit IPAddress(uint32_t ip_in_host_byte_order) : family_(AF_INET) { in IPAddress() function
66 IPAddress(const IPAddress& other) : family_(other.family_) { in IPAddress() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dip_address.h56 IPAddress() : family_(AF_UNSPEC) { ::memset(&u_, 0, sizeof(u_)); } in IPAddress() function
58 explicit IPAddress(const in_addr& ip4) : family_(AF_INET) { in IPAddress() function
63 explicit IPAddress(const in6_addr& ip6) : family_(AF_INET6) { u_.ip6 = ip6; } in IPAddress() function
65 explicit IPAddress(uint32_t ip_in_host_byte_order) : family_(AF_INET) { in IPAddress() function
70 IPAddress(const IPAddress& other) : family_(other.family_) { in IPAddress() function
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dip_address.h52 IPAddress() : family_(AF_UNSPEC) { ::memset(&u_, 0, sizeof(u_)); } in IPAddress() function
54 explicit IPAddress(const in_addr& ip4) : family_(AF_INET) { in IPAddress() function
59 explicit IPAddress(const in6_addr& ip6) : family_(AF_INET6) { u_.ip6 = ip6; } in IPAddress() function
61 explicit IPAddress(uint32_t ip_in_host_byte_order) : family_(AF_INET) { in IPAddress() function
66 IPAddress(const IPAddress& other) : family_(other.family_) { in IPAddress() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dipaddress.h52 IPAddress() : family_(AF_UNSPEC) { in IPAddress() function
56 explicit IPAddress(const in_addr& ip4) : family_(AF_INET) { in IPAddress() function
61 explicit IPAddress(const in6_addr& ip6) : family_(AF_INET6) { in IPAddress() function
65 explicit IPAddress(uint32_t ip_in_host_byte_order) : family_(AF_INET) { in IPAddress() function
70 IPAddress(const IPAddress& other) : family_(other.family_) { in IPAddress() function
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dipaddress.h52 IPAddress() : family_(AF_UNSPEC) { in IPAddress() function
56 explicit IPAddress(const in_addr& ip4) : family_(AF_INET) { in IPAddress() function
61 explicit IPAddress(const in6_addr& ip6) : family_(AF_INET6) { in IPAddress() function
65 explicit IPAddress(uint32_t ip_in_host_byte_order) : family_(AF_INET) { in IPAddress() function
70 IPAddress(const IPAddress& other) : family_(other.family_) { in IPAddress() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dipaddress.h52 IPAddress() : family_(AF_UNSPEC) { in IPAddress() function
56 explicit IPAddress(const in_addr& ip4) : family_(AF_INET) { in IPAddress() function
61 explicit IPAddress(const in6_addr& ip6) : family_(AF_INET6) { in IPAddress() function
65 explicit IPAddress(uint32_t ip_in_host_byte_order) : family_(AF_INET) { in IPAddress() function
70 IPAddress(const IPAddress& other) : family_(other.family_) { in IPAddress() function
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dipaddress.h52 IPAddress() : family_(AF_UNSPEC) { in IPAddress() function
56 explicit IPAddress(const in_addr& ip4) : family_(AF_INET) { in IPAddress() function
61 explicit IPAddress(const in6_addr& ip6) : family_(AF_INET6) { in IPAddress() function
65 explicit IPAddress(uint32_t ip_in_host_byte_order) : family_(AF_INET) { in IPAddress() function
70 IPAddress(const IPAddress& other) : family_(other.family_) { in IPAddress() function
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dipaddress.h52 IPAddress() : family_(AF_UNSPEC) { in IPAddress() function
56 explicit IPAddress(const in_addr& ip4) : family_(AF_INET) { in IPAddress() function
61 explicit IPAddress(const in6_addr& ip6) : family_(AF_INET6) { in IPAddress() function
65 explicit IPAddress(uint32_t ip_in_host_byte_order) : family_(AF_INET) { in IPAddress() function
70 IPAddress(const IPAddress& other) : family_(other.family_) { in IPAddress() function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.gb/
H A Dscope12.C14 IPAddress (IPAddress_t ip) { } in IPAddress() function
22 IPAddress () { } in IPAddress() function
33 DatagramHeader::setHeader (IPAddress) in setHeader() argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.gb/
H A Dscope12.C14 IPAddress (IPAddress_t ip) { } in IPAddress() function
22 IPAddress () { } in IPAddress() function
33 DatagramHeader::setHeader (IPAddress) in setHeader() argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.old-deja/g++.gb/
H A Dscope12.C14 IPAddress (IPAddress_t ip) { } in IPAddress() function
22 IPAddress () { } in IPAddress() function
33 DatagramHeader::setHeader (IPAddress) in setHeader() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.old-deja/g++.gb/
H A Dscope12.C14 IPAddress (IPAddress_t ip) { } in IPAddress() function
22 IPAddress () { } in IPAddress() function
33 DatagramHeader::setHeader (IPAddress) in setHeader() argument

12345678910>>...105