Home
last modified time | relevance | path

Searched defs:ips (Results 1 – 25 of 1258) sorted by relevance

12345678910>>...51

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/
H A DTestFileBasedIPList.java47 String[] ips = {"10.119.103.112", "10.221.102.0/23"}; in testSubnetsAndIPs() local
80 String[] ips = {"10.119.103.112", "10.221.102.0/23"}; in testNullIP() local
97 String[] ips = {"10.119.103.112", "10.221.102.0/23", "10.222.0.0/16", in testWithMultipleSubnetAndIPs() local
157 String[] ips = {}; in testWithEmptyList() local
172 String[] ips = { "10.221.102/23"}; in testForBadFIle() local
192 String[] ips = {"10.119.103.112", "10.221.102/23", "10.221.204.1/23"}; in testWithAWrongEntry() local
204 public static void createFileWithEntries(String fileName, String[] ips) in createFileWithEntries()
H A DTestCacheableIPList.java42 String[] ips = {"10.119.103.112", "10.221.102.0/23", "10.113.221.221"}; in testAddWithSleepForCacheTimeout() local
81 String[] ips = {"10.119.103.112", "10.221.102.0/23", in testRemovalWithSleepForCacheTimeout() local
120 String[] ips = {"10.119.103.112", "10.221.102.0/23", "10.113.221.221"}; in testAddWithRefresh() local
159 String[] ips = {"10.119.103.112", "10.221.102.0/23", in testRemovalWithRefresh() local
/dports/net-mgmt/iprange/iprange-1.0.4/
H A Dipset.c13 ipset *ips = malloc(sizeof(ipset)); in ipset_create() local
49 void ipset_free(ipset *ips) { in ipset_free()
65 void ipset_free_all(ipset *ips) { in ipset_free_all()
80 void ipset_grow_internal(ipset *ips, size_t free_entries_needed) { in ipset_grow_internal()
93 inline size_t ipset_unique_ips(ipset *ips) { in ipset_unique_ips()
H A Dipset.h44 static inline void ipset_grow(ipset *ips, size_t free_entries_needed) { in ipset_grow()
61 static inline void ipset_added_entry(ipset *ips) { in ipset_added_entry()
109 static inline void ipset_add_ip_range(ipset *ips, in_addr_t from, in_addr_t to) { in ipset_add_ip_range()
125 static inline int ipset_add_ipstr(ipset *ips, char *ipstr) { in ipset_add_ipstr()
/dports/net/fort/FORT-validator-1.5.3/src/resource/
H A Dip4.c58 res4_get(struct resources_ipv4 *ips) in res4_get()
64 res4_put(struct resources_ipv4 *ips) in res4_put()
70 res4_add_prefix(struct resources_ipv4 *ips, struct ipv4_prefix *prefix) in res4_add_prefix()
78 res4_add_range(struct resources_ipv4 *ips, struct ipv4_range *range) in res4_add_range()
86 res4_empty(struct resources_ipv4 *ips) in res4_empty()
92 res4_contains_prefix(struct resources_ipv4 *ips, struct ipv4_prefix *prefix) in res4_contains_prefix()
104 res4_contains_range(struct resources_ipv4 *ips, struct ipv4_range *range) in res4_contains_range()
H A Dip6.c95 res6_get(struct resources_ipv6 *ips) in res6_get()
101 res6_put(struct resources_ipv6 *ips) in res6_put()
107 res6_add_prefix(struct resources_ipv6 *ips, struct ipv6_prefix *prefix) in res6_add_prefix()
115 res6_add_range(struct resources_ipv6 *ips, struct ipv6_range *range) in res6_add_range()
121 res6_empty(struct resources_ipv6 *ips) in res6_empty()
127 res6_contains_prefix(struct resources_ipv6 *ips, struct ipv6_prefix *prefix) in res6_contains_prefix()
135 res6_contains_range(struct resources_ipv6 *ips, struct ipv6_range *range) in res6_contains_range()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/facts/network/
H A Dgeneric_bsd.py166 def parse_options_line(self, words, current_if, ips): argument
170 def parse_nd6_line(self, words, current_if, ips): argument
174 def parse_ether_line(self, words, current_if, ips): argument
178 def parse_media_line(self, words, current_if, ips): argument
188 def parse_status_line(self, words, current_if, ips): argument
191 def parse_lladdr_line(self, words, current_if, ips): argument
194 def parse_inet_line(self, words, current_if, ips): argument
242 def parse_inet6_line(self, words, current_if, ips): argument
265 def parse_tunnel_line(self, words, current_if, ips): argument
268 def parse_unknown_line(self, words, current_if, ips): argument
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/module_utils/facts/network/
H A Dgeneric_bsd.py172 def parse_options_line(self, words, current_if, ips): argument
176 def parse_nd6_line(self, words, current_if, ips): argument
180 def parse_ether_line(self, words, current_if, ips): argument
184 def parse_media_line(self, words, current_if, ips): argument
194 def parse_status_line(self, words, current_if, ips): argument
197 def parse_lladdr_line(self, words, current_if, ips): argument
200 def parse_inet_line(self, words, current_if, ips): argument
248 def parse_inet6_line(self, words, current_if, ips): argument
271 def parse_tunnel_line(self, words, current_if, ips): argument
274 def parse_unknown_line(self, words, current_if, ips): argument
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/module_utils/facts/network/
H A Dgeneric_bsd.py172 def parse_options_line(self, words, current_if, ips): argument
176 def parse_nd6_line(self, words, current_if, ips): argument
180 def parse_ether_line(self, words, current_if, ips): argument
184 def parse_media_line(self, words, current_if, ips): argument
194 def parse_status_line(self, words, current_if, ips): argument
197 def parse_lladdr_line(self, words, current_if, ips): argument
200 def parse_inet_line(self, words, current_if, ips): argument
248 def parse_inet6_line(self, words, current_if, ips): argument
271 def parse_tunnel_line(self, words, current_if, ips): argument
274 def parse_unknown_line(self, words, current_if, ips): argument
/dports/net-mgmt/darkstat/darkstat-3.0.719/
H A Dlocalip.c36 void localip_init(struct local_ips *ips) { in localip_init()
43 void localip_free(struct local_ips *ips) { in localip_free()
49 struct local_ips *ips, in add_ip()
72 void localip_update(const char *iface, struct local_ips *ips) { in localip_update()
154 const struct local_ips * const ips) { in is_localip()
/dports/security/rustscan/RustScan-2.0.1/src/
H A Dmain.rs85 let ips: Vec<IpAddr> = parse_addresses(&opts); in main() localVariable
238 let mut ips: Vec<IpAddr> = Vec::new(); in parse_addresses() localVariable
298 let mut ips: Vec<std::net::IpAddr> = Vec::new(); in resolve_ips_from_host() localVariable
320 let mut ips: Vec<std::net::IpAddr> = Vec::new(); in read_ips_from_file() localVariable
460 let ips = parse_addresses(&opts); in parse_correct_addresses() localVariable
478 let ips = parse_addresses(&opts); in parse_correct_host_addresses() localVariable
487 let ips = parse_addresses(&opts); in parse_correct_and_incorrect_addresses() localVariable
496 let ips = parse_addresses(&opts); in parse_incorrect_addresses() localVariable
505 let ips = parse_addresses(&opts); in parse_hosts_file_and_incorrect_hosts() localVariable
514 let ips = parse_addresses(&opts); in parse_empty_hosts_file() localVariable
[all …]
/dports/devel/py-gs_api_client/gs_api_client-1.1.1/gs_api_client/swagger/models/
H A Dips_get_response.py43 def __init__(self, ips=None): # noqa: E501 argument
53 def ips(self): member in IpsGetResponse
63 def ips(self, ips): member in IpsGetResponse
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/x86/
H A Dintel_ips.c754 struct ips_driver *ips = data; in ips_adjust() local
830 static u16 read_mgtv(struct ips_driver *ips) in read_mgtv()
848 static u16 read_ptv(struct ips_driver *ips) in read_ptv()
946 struct ips_driver *ips = data; in ips_monitor() local
1152 struct ips_driver *ips = arg; in ips_irq_handler() local
1215 struct ips_driver *ips = m->private; in cpu_temp_show() local
1226 struct ips_driver *ips = m->private; in cpu_power_show() local
1258 struct ips_driver *ips = m->private; in mch_temp_show() local
1269 struct ips_driver *ips = m->private; in mch_power_show() local
1389 ips_gpu_turbo_enabled(struct ips_driver *ips) in ips_gpu_turbo_enabled()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/x86/
H A Dintel_ips.c754 struct ips_driver *ips = data; in ips_adjust() local
830 static u16 read_mgtv(struct ips_driver *ips) in read_mgtv()
848 static u16 read_ptv(struct ips_driver *ips) in read_ptv()
946 struct ips_driver *ips = data; in ips_monitor() local
1152 struct ips_driver *ips = arg; in ips_irq_handler() local
1215 struct ips_driver *ips = m->private; in cpu_temp_show() local
1226 struct ips_driver *ips = m->private; in cpu_power_show() local
1258 struct ips_driver *ips = m->private; in mch_temp_show() local
1269 struct ips_driver *ips = m->private; in mch_power_show() local
1389 ips_gpu_turbo_enabled(struct ips_driver *ips) in ips_gpu_turbo_enabled()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/platform/x86/
H A Dintel_ips.c754 struct ips_driver *ips = data; in ips_adjust() local
830 static u16 read_mgtv(struct ips_driver *ips) in read_mgtv()
848 static u16 read_ptv(struct ips_driver *ips) in read_ptv()
946 struct ips_driver *ips = data; in ips_monitor() local
1152 struct ips_driver *ips = arg; in ips_irq_handler() local
1215 struct ips_driver *ips = m->private; in cpu_temp_show() local
1226 struct ips_driver *ips = m->private; in cpu_power_show() local
1258 struct ips_driver *ips = m->private; in mch_temp_show() local
1269 struct ips_driver *ips = m->private; in mch_power_show() local
1389 ips_gpu_turbo_enabled(struct ips_driver *ips) in ips_gpu_turbo_enabled()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/contrib/seeds/
H A Dmakeseeds.py108 def dedup(ips): argument
115 def filtermultiport(ips): argument
148 def filterbyasn(ips, max_per_asn, max_per_net): argument
171 def ip_stats(ips): argument
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/contrib/seeds/
H A Dmakeseeds.py108 def dedup(ips): argument
115 def filtermultiport(ips): argument
148 def filterbyasn(ips, max_per_asn, max_per_net): argument
171 def ip_stats(ips): argument
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/contrib/seeds/
H A Dmakeseeds.py107 def dedup(ips): argument
114 def filtermultiport(ips): argument
147 def filterbyasn(ips, max_per_asn, max_per_net): argument
170 def ip_stats(ips): argument
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/contrib/seeds/
H A Dmakeseeds.py108 def dedup(ips): argument
115 def filtermultiport(ips): argument
148 def filterbyasn(ips, max_per_asn, max_per_net): argument
171 def ip_stats(ips): argument
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/contrib/seeds/
H A Dmakeseeds.py108 def dedup(ips): argument
115 def filtermultiport(ips): argument
148 def filterbyasn(ips, max_per_asn, max_per_net): argument
171 def ip_stats(ips): argument
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/contrib/seeds/
H A Dmakeseeds.py108 def dedup(ips): argument
115 def filtermultiport(ips): argument
148 def filterbyasn(ips, max_per_asn, max_per_net): argument
171 def ip_stats(ips): argument
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/wl_desktop_shell/
H A De_mod_input_panel.c30 E_Input_Panel_Surface *ips; in _e_input_panel_surface_cb_toplevel_set() local
39 E_Input_Panel_Surface *ips; in _e_input_panel_surface_cb_overlay_panel_set() local
53 E_Input_Panel_Surface *ips; in _e_input_panel_surface_resource_destroy() local
94 _e_input_panel_surface_visible_update(E_Input_Panel_Surface *ips) in _e_input_panel_surface_visible_update()
120 E_Input_Panel_Surface *ips; in _e_input_panel_surface_configure() local
133 E_Input_Panel_Surface *ips; in _e_input_panel_surface_map() local
150 E_Input_Panel_Surface *ips; in _e_input_panel_surface_unmap() local
171 E_Input_Panel_Surface *ips; in _e_input_panel_cb_surface_get() local
298 E_Input_Panel_Surface *ips; in _e_input_panel_cb_visible_change() local
/dports/sysutils/vector/vector-0.10.0/cargo-crates/maxminddb-0.14.0/benches/
H A Dlookup.rs19 let mut ips = Vec::new(); in generate_ipv4() localVariable
43 let ips = generate_ipv4(100); in criterion_benchmark() localVariable
50 let ips = generate_ipv4(100); in criterion_par_benchmark() localVariable
/dports/math/algae/algae-4.3.6/src/
H A Dcast.c58 cast_scalar (ips, type) in cast_scalar() argument
191 cast_scalar_integer_real (ips) in cast_scalar_integer_real() argument
205 cast_scalar_integer_complex (ips) in cast_scalar_integer_complex() argument
244 cast_scalar_real_integer (ips) in cast_scalar_real_integer() argument
258 cast_scalar_real_complex (ips) in cast_scalar_real_complex() argument
297 cast_scalar_complex_integer (ips) in cast_scalar_complex_integer() argument
311 cast_scalar_complex_real (ips) in cast_scalar_complex_real() argument
351 cast_scalar_character_integer (ips) in cast_scalar_character_integer() argument
368 cast_scalar_character_real (ips) in cast_scalar_character_real() argument
377 cast_scalar_character_complex (ips) in cast_scalar_character_complex() argument
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/Internal/Diagnostics/
H A DStackTraceHelper.cs13 public static string FormatStackTrace(IntPtr[] ips, bool includeFileInfo) in FormatStackTrace()
18 public static string FormatStackTrace(IntPtr[] ips, int skipFrames, bool includeFileInfo) in FormatStackTrace()

12345678910>>...51