Home
last modified time | relevance | path

Searched refs:address_type (Results 1 – 25 of 1139) sorted by relevance

12345678910>>...46

/dports/ftp/libfilezilla/libfilezilla-0.31.1/tests/
H A Diputils.cpp44 test_address("255.255.255.255", fz::address_type::ipv4, true, ""); in test_addresses()
45 test_address("127.0.0.1", fz::address_type::ipv4, false, ""); in test_addresses()
46 test_address("127.0.0.0.1", fz::address_type::unknown, false, ""); in test_addresses()
47 test_address("127.-0.0.1", fz::address_type::unknown, false, ""); in test_addresses()
48 test_address("127.a.0.1", fz::address_type::unknown, false, ""); in test_addresses()
49 test_address("127.256.0.1", fz::address_type::unknown, false, ""); in test_addresses()
50 test_address("127.0.1", fz::address_type::unknown, false, ""); in test_addresses()
51 test_address("127.0..1", fz::address_type::unknown, false, ""); in test_addresses()
52 test_address("127.0..0.1", fz::address_type::unknown, false, ""); in test_addresses()
93 test_address("126.255.255.255", fz::address_type::ipv4, true, ""); in test_addresses()
[all …]
/dports/emulators/tme/tme-0.8/libtme/
H A Drecode-address.c47 const struct tme_recode_address_type *address_type) in tme_recode_address_type_check() argument
52 assert (address_type->tme_recode_address_type_size in tme_recode_address_type_check()
58 && (address_type->tme_recode_address_type_align_min in tme_recode_address_type_check()
69 = (address_type->tme_recode_address_type_mask_tlb_index in tme_recode_address_type_check()
84 const struct tme_recode_address_type *address_type, in tme_recode_address_type_compare() argument
102 == address_type->tme_recode_address_type_size) in tme_recode_address_type_compare()
105 && ((address_type->tme_recode_address_type_size in tme_recode_address_type_compare()
108 == !address_type->tme_recode_address_type_signed)) in tme_recode_address_type_compare()
112 == address_type->tme_recode_address_type_align_min) in tme_recode_address_type_compare()
116 == address_type->tme_recode_address_type_tlb_flags) in tme_recode_address_type_compare()
[all …]
/dports/net-mgmt/observium/observium/html/includes/print/
H A Daddresses.inc.php35 $address_type = 'ipv6';
37 $address_type = 'ipv4';
66 if ($ids = get_entity_ids_ip_by_network($address_type, $value))
87 if ($ids = get_entity_ids_ip_by_network($address_type, $addr))
117 if ($address_type == 'ipv6')
127 $ip_address = ($address_type == 'ipv4') ? $entry['vsvr_ip'] : $entry['vsvr_'.$address_type];
128 …$ip_network = ($address_type == 'ipv4') ? $entry['vsvr_ip'].'/32' : $entry['vsvr_'.$address_type].…
136 $address_type.'_address' => $ip_address,
137 $address_type.'_network' => $ip_network
200 if ($address_type === 'ipv4')
[all …]
/dports/net/py-zeep/zeep-4.1.0/tests/
H A Dtest_xsd_integration.py69 address_type(foo="bar")
131 obj = address_type()
145 address_type.render(node, obj)
170 obj = address_type(foo=["foo"])
181 address_type.render(node, obj)
206 obj = address_type()
221 address_type.render(node, obj)
470 obj = address_type(foo="bar")
481 address_type.render(node, obj)
672 address_type.render(node, obj)
[all …]
H A Dtest_xsd_attributes.py196 address_type = schema.get_element("Address")
197 obj = address_type(
202 address_type.render(node, obj)
241 address_type = schema.get_element("{http://tests.python-zeep.org/}Address")
242 obj = address_type(foo="bar", id="20", pos="30")
253 address_type.render(node, obj)
286 address_type = schema.get_element("{http://tests.python-zeep.org/}Address")
287 obj = address_type(foo="bar", id="20", pos="30")
298 address_type.render(node, obj)
338 obj = address_type(foo="bar", id="20", pos="30", size="maat")
[all …]
H A Dtest_xsd_extension.py85 address_type = schema.get_element("{http://tests.python-zeep.org/}Address")
87 obj = address_type(first_name="foo", last_name="bar", country="The Netherlands")
90 address_type.render(node, obj)
300 address_type = schema.get_element("ns0:Address")
302 assert address_type.type.signature()
304 obj = address_type(val, name="foobie")
313 address_type.render(node, obj)
600 address_type = schema.get_element("{http://tests.python-zeep.org/}SpecialPackage")
602 obj = address_type(id="testString", pkg_id="nameId", otherElement="foobar")
605 address_type.render(node, obj)
/dports/emulators/tme/tme-0.8/libtme/host/x86/
H A Drc-x86-tlb.c160 const struct tme_recode_address_type *address_type, in _tme_recode_x86_tlb_busy() argument
192 = (address_type->tme_recode_address_type_signed in _tme_recode_x86_tlb_busy()
234 = (address_type->tme_recode_address_type_mask_tlb_index in _tme_recode_x86_tlb_busy()
311 if (address_type->tme_recode_address_type_signed) { in _tme_recode_x86_tlb_busy()
364 tlb_flags = address_type->tme_recode_address_type_tlb_flags; in _tme_recode_x86_tlb_busy()
399 address_type->tme_recode_address_type_context_size), in _tme_recode_x86_tlb_busy()
430 address_type->tme_recode_address_type_context_size), in _tme_recode_x86_tlb_busy()
438 address_type->tme_recode_address_type_context_ic_offset, in _tme_recode_x86_tlb_busy()
444 address_type->tme_recode_address_type_context_size), in _tme_recode_x86_tlb_busy()
557 address_type->tme_recode_address_type_size), in _tme_recode_x86_tlb_busy()
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/Network/
H A DHostName.hsc63 data HostNameInfo address_type = HostNameInfo
68 , addresses :: !(Array address_type)
110 getHostNameInfo :: (Eq address_type, Storable address_type, SocketFamily address_type)
112 -> IO (HostNameInfo address_type)
120 getHostNameInfo_ :: (SocketFamily address_type, Eq address_type, Storable address_type)
121 => Proxy address_type
123 -> IO (HostNameInfo address_type)
160 getAddresses :: Storable address_type
161 => Proxy address_type
162 -> Ptr (Ptr address_type)
[all …]
/dports/dns/getdns/getdns-1.5.2/src/test/
H A Dcheck_getdns_hostname_sync.h46 struct getdns_bindata address_type = { 5, (void *)"IPv4" }; in START_TEST() local
51 ASSERT_RC(getdns_dict_set_bindata(address, "address_type", &address_type), in START_TEST()
89 struct getdns_bindata address_type = { 5, (void *)"IPv4" }; in START_TEST() local
95 ASSERT_RC(getdns_dict_set_bindata(address, "address_type", &address_type), in START_TEST()
137 struct getdns_bindata address_type = { 5, (void *) "IPv4" }; in START_TEST() local
217 struct getdns_bindata address_type = { 5, (void *)"IPv5" }; in START_TEST() local
245 struct getdns_bindata address_type = { 5, (void *)"IPv4" }; in START_TEST() local
273 struct getdns_bindata address_type = { 5, (void *)"IPv4" }; in START_TEST() local
306 struct getdns_bindata address_type = { 5, (void *)"IPv4" }; in START_TEST() local
340 struct getdns_bindata address_type = { 5, (void *)"IPv6" }; in START_TEST() local
[all …]
H A Dcheck_getdns_hostname.h46 struct getdns_bindata address_type = { 5, (void *)"IPv4" }; in START_TEST() local
51 ASSERT_RC(getdns_dict_set_bindata(address, "address_type", &address_type), in START_TEST()
119 struct getdns_bindata address_type = { 5, (void *) "IPv4" }; in START_TEST() local
126 ASSERT_RC(getdns_dict_set_bindata(address, "address_type", &address_type), in START_TEST()
217 struct getdns_bindata address_type = { 5, (void *)"IPv5" }; in START_TEST() local
251 struct getdns_bindata address_type = { 5, (void *)"IPv4" }; in START_TEST() local
285 struct getdns_bindata address_type = { 5, (void *)"IPv4" }; in START_TEST() local
321 struct getdns_bindata address_type = { 5, (void *)"IPv4" }; in START_TEST() local
363 struct getdns_bindata address_type = { 5, (void *)"IPv4" }; in START_TEST() local
406 struct getdns_bindata address_type = { 5, (void *)"IPv6" }; in START_TEST() local
[all …]
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/
H A Diputils.cpp141 if (type == address_type::ipv6) { in do_is_routable_address()
184 else if (type == address_type::ipv4) { in do_is_routable_address()
228 address_type do_get_address_type(String const& address) in do_get_address_type()
231 return address_type::ipv6; in do_get_address_type()
242 return address_type::unknown; in do_get_address_type()
246 return address_type::unknown; in do_get_address_type()
249 return address_type::unknown; in do_get_address_type()
255 return address_type::unknown; in do_get_address_type()
262 return address_type::unknown; in do_get_address_type()
266 return address_type::unknown; in do_get_address_type()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/webrtc-sdp/src/
H A Daddress.rs97 fn address_type(&self) -> AddressType; in address_type() method
101 fn address_type(&self) -> AddressType { in address_type() method
113 address_type: AddressType,
121 write!(f, "IN {} ", self.address_type())?; in fmt()
130 fn address_type(&self) -> AddressType { in address_type() method
132 ExplicitlyTypedAddress::Fqdn { address_type, .. } => *address_type, in address_type()
161 if ip.address_type() != item.0 { in try_from()
163 found: ip.address_type(), in try_from()
171 address_type: item.0, in try_from()
183 address_type: a1, in eq()
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/components/
H A Dpinned_ptr.hpp34 explicit pinned_ptr_base(naming::address::address_type lva) noexcept in pinned_ptr_base()
41 naming::address::address_type lva_;
53 explicit pinned_ptr(naming::address::address_type lva) noexcept in pinned_ptr()
97 static pinned_ptr call(naming::address::address_type) in call()
110 static pinned_ptr call(naming::address::address_type lva) in call()
117 pinned_ptr(naming::address::address_type lva, id<Component>) in pinned_ptr()
132 static pinned_ptr create(naming::address::address_type lva) in create()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/sdp/rsdparsa_capi/src/
H A Dnetwork.rs25 fn try_from(address_type: u32) -> Result<Self, Self::Error> { in try_from()
26 match address_type { in try_from()
35 fn from(address_type: AddressType) -> Self { in from()
36 match address_type { in from()
54 addr.address_type().into() in from()
111 address_type: RustAddressType, field
118 address_type: RustAddressType::IP4, in default()
132 address_type: address.address_type().into(), in from()
140 address_type: ip_address.address_type().into(), in from()
152 address_type: RustAddressType::from(x.address_type()), in from()
/dports/www/firefox/firefox-99.0/dom/media/webrtc/sdp/rsdparsa_capi/src/
H A Dnetwork.rs25 fn try_from(address_type: u32) -> Result<Self, Self::Error> { in try_from()
26 match address_type { in try_from()
35 fn from(address_type: AddressType) -> Self { in from()
36 match address_type { in from()
54 addr.address_type().into() in from()
111 address_type: RustAddressType, field
118 address_type: RustAddressType::IP4, in default()
132 address_type: address.address_type().into(), in from()
140 address_type: ip_address.address_type().into(), in from()
152 address_type: RustAddressType::from(x.address_type()), in from()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/sdp/rsdparsa_capi/src/
H A Dnetwork.rs25 fn try_from(address_type: u32) -> Result<Self, Self::Error> { in try_from()
26 match address_type { in try_from()
35 fn from(address_type: AddressType) -> Self { in from()
36 match address_type { in from()
54 addr.address_type().into() in from()
111 address_type: RustAddressType, field
118 address_type: RustAddressType::IP4, in default()
132 address_type: address.address_type().into(), in from()
140 address_type: ip_address.address_type().into(), in from()
152 address_type: RustAddressType::from(x.address_type()), in from()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/sdp/rsdparsa_capi/src/
H A Dnetwork.rs25 fn try_from(address_type: u32) -> Result<Self, Self::Error> { in try_from()
26 match address_type { in try_from()
35 fn from(address_type: AddressType) -> Self { in from()
36 match address_type { in from()
54 addr.address_type().into() in from()
111 address_type: RustAddressType, field
118 address_type: RustAddressType::IP4, in default()
132 address_type: address.address_type().into(), in from()
140 address_type: ip_address.address_type().into(), in from()
152 address_type: RustAddressType::from(x.address_type()), in from()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgunixsocketaddress.c79 GUnixSocketAddressType address_type; member
132 address->priv->address_type = G_UNIX_SOCKET_ADDRESS_ABSTRACT_PADDED; in G_DEFINE_TYPE_WITH_CODE()
138 address->priv->address_type = g_value_get_enum (value); in G_DEFINE_TYPE_WITH_CODE()
174 g_value_set_enum (value, address->priv->address_type); in g_unix_socket_address_get_property()
195 switch (addr->priv->address_type) in g_unix_socket_address_get_native_size()
229 switch (addr->priv->address_type) in g_unix_socket_address_to_native()
335 if (ua->priv->address_type == G_UNIX_SOCKET_ADDRESS_ANONYMOUS) in g_unix_socket_address_connectable_to_string()
364 address->priv->address_type = G_UNIX_SOCKET_ADDRESS_PATH; in g_unix_socket_address_init()
530 return address->priv->address_type; in g_unix_socket_address_get_address_type()
548 return (address->priv->address_type == G_UNIX_SOCKET_ADDRESS_ABSTRACT || in g_unix_socket_address_get_is_abstract()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrtc-sdp-0.3.1/src/
H A Daddress.rs93 fn address_type(&self) -> AddressType; in address_type() method
97 fn address_type(&self) -> AddressType { in address_type() method
109 address_type: AddressType,
117 write!(f, "IN {} ", self.address_type())?; in fmt()
126 fn address_type(&self) -> AddressType { in address_type() method
128 ExplicitlyTypedAddress::Fqdn { address_type, .. } => *address_type, in address_type()
157 if ip.address_type() != item.0 { in try_from()
159 found: ip.address_type(), in try_from()
167 address_type: item.0, in try_from()
179 address_type: a1, in eq()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/webrtc-sdp/src/
H A Daddress.rs97 fn address_type(&self) -> AddressType; in address_type() method
101 fn address_type(&self) -> AddressType { in address_type() method
113 address_type: AddressType,
121 write!(f, "IN {} ", self.address_type())?; in fmt()
130 fn address_type(&self) -> AddressType { in address_type() method
132 ExplicitlyTypedAddress::Fqdn { address_type, .. } => *address_type, in address_type()
161 if ip.address_type() != item.0 { in try_from()
163 found: ip.address_type(), in try_from()
171 address_type: item.0, in try_from()
183 address_type: a1, in eq()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/webrtc-sdp/src/
H A Daddress.rs97 fn address_type(&self) -> AddressType; in address_type() method
101 fn address_type(&self) -> AddressType { in address_type() method
113 address_type: AddressType,
121 write!(f, "IN {} ", self.address_type())?; in fmt()
130 fn address_type(&self) -> AddressType { in address_type() method
132 ExplicitlyTypedAddress::Fqdn { address_type, .. } => *address_type, in address_type()
161 if ip.address_type() != item.0 { in try_from()
163 found: ip.address_type(), in try_from()
171 address_type: item.0, in try_from()
183 address_type: a1, in eq()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/webrtc-sdp/src/
H A Daddress.rs97 fn address_type(&self) -> AddressType; in address_type() method
101 fn address_type(&self) -> AddressType { in address_type() method
113 address_type: AddressType,
121 write!(f, "IN {} ", self.address_type())?; in fmt()
130 fn address_type(&self) -> AddressType { in address_type() method
132 ExplicitlyTypedAddress::Fqdn { address_type, .. } => *address_type, in address_type()
161 if ip.address_type() != item.0 { in try_from()
163 found: ip.address_type(), in try_from()
171 address_type: item.0, in try_from()
183 address_type: a1, in eq()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dexpr.c64 dwarf_expr_context::address_type () const in address_type() function
559 struct type *address_type = this->address_type (); in execute_stack_op() local
623 result_val = value_from_ulongest (address_type, result); in execute_stack_op()
636 result_val = value_from_ulongest (address_type, result); in execute_stack_op()
950 type = address_type; in execute_stack_op()
998 result_val = value_from_ulongest (address_type, result); in execute_stack_op()
1055 if (orig_type == address_type) in execute_stack_op()
1129 result_val = value_from_ulongest (address_type, result); in execute_stack_op()
1134 result_val = value_from_ulongest (address_type, result); in execute_stack_op()
1273 result_val = value_cast (address_type, in execute_stack_op()
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/app/contacts/
H A Dcontacts_vcard.php151 $address_type = $row["address_type"]; variable
160 $address_type = strtolower(trim($address_type)); variable
162 $vcard->data[$address_type.'_address'] = $address_street;
163 $vcard->data[$address_type.'_extended_address'] = $address_extended;
164 $vcard->data[$address_type.'_city'] = $address_locality;
165 $vcard->data[$address_type.'_state'] = $address_region;
166 $vcard->data[$address_type.'_postal_code'] = $address_postal_code;
167 $vcard->data[$address_type.'_country'] = $address_country;
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/actions/
H A Dtransfer_action.hpp72 naming::id_type&& target, naming::address::address_type lva,
77 naming::address::address_type lva,
84 naming::address::address_type lva,
90 naming::address::address_type lva,
102 naming::gid_type&& target, naming::address_type lva,
132 naming::id_type&& target, naming::address::address_type lva, in get_thread_function()
143 naming::id_type&& target, naming::address::address_type lva, in get_thread_function()
157 naming::address::address_type lva, in schedule_thread()
180 naming::address::address_type lva, in schedule_thread()
206 naming::gid_type&& target, naming::address_type lva, in load_schedule()

12345678910>>...46