-
Notifications
You must be signed in to change notification settings - Fork 26
/
NAMESPACE
45 lines (44 loc) · 1020 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Generated by roxygen2: do not edit by hand
export(asn_table_to_trie)
export(cached_country_cidrs)
export(country_ranges)
export(expand_ipv6)
export(flush_country_cidrs)
export(get_all_country_ranges)
export(hilbert_encode)
export(host_count)
export(hostname_to_ip)
export(iana_assignments_refresh)
export(iana_ports_refresh)
export(iana_special_assignments_refresh)
export(ip_classify)
export(ip_in_any)
export(ip_in_range)
export(ip_numeric_to_binary_string)
export(ip_random)
export(ip_to_asn)
export(ip_to_binary_string)
export(ip_to_hostname)
export(ip_to_numeric)
export(ip_to_subnet)
export(ips_in_cidrs)
export(ipv6_to_bytes)
export(ipv6_to_nibble)
export(is_ipv4)
export(is_ipv6)
export(is_multicast)
export(is_valid)
export(numeric_to_ip)
export(range_boundaries)
export(range_boundaries_to_cidr)
export(range_generate)
export(v6_scope)
export(validate_range)
export(xff_extract)
import(AsioHeaders)
import(stats)
import(stringi)
import(triebeard)
import(utils)
importFrom(Rcpp,sourceCpp)
useDynLib(iptools)