-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
115 lines (114 loc) · 2.96 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Generated by roxygen2: do not edit by hand
S3method(as.character,ip_address)
S3method(as.character,ip_interface)
S3method(as.character,ip_network)
S3method(as_ip_address,character)
S3method(as_ip_address,ip_interface)
S3method(as_ip_interface,character)
S3method(as_ip_network,character)
S3method(as_ip_network,ip_interface)
S3method(format,ip_address)
S3method(format,ip_interface)
S3method(format,ip_network)
S3method(format,pillar_shaft_ipaddress)
S3method(hostmask,default)
S3method(hostmask,ip_interface)
S3method(hostmask,ip_network)
S3method(hostmask,numeric)
S3method(ip_interface,default)
S3method(ip_interface,ip_address)
S3method(ip_network,default)
S3method(ip_network,ip_address)
S3method(netmask,default)
S3method(netmask,ip_interface)
S3method(netmask,ip_network)
S3method(netmask,numeric)
S3method(prefix_length,default)
S3method(prefix_length,ip_address)
S3method(prefix_length,ip_interface)
S3method(prefix_length,ip_network)
S3method(seq,ip_network)
S3method(vec_arith,ip_address)
S3method(vec_arith,ip_interface)
S3method(vec_arith.ip_address,MISSING)
S3method(vec_arith.ip_address,default)
S3method(vec_arith.ip_address,double)
S3method(vec_arith.ip_address,integer)
S3method(vec_arith.ip_address,ip_address)
S3method(vec_arith.ip_address,ip_interface)
S3method(vec_proxy_compare,ip_address)
S3method(vec_proxy_compare,ip_interface)
S3method(vec_proxy_compare,ip_network)
S3method(vec_ptype_abbr,ip_address)
S3method(vec_ptype_abbr,ip_interface)
S3method(vec_ptype_abbr,ip_network)
export("%<<%")
export("%>>%")
export(as_ip_address)
export(as_ip_interface)
export(as_ip_network)
export(binary_to_ip)
export(broadcast_address)
export(bytes_to_ip)
export(collapse_networks)
export(common_network)
export(country_networks)
export(exclude_networks)
export(extract_6to4)
export(extract_ipv4_mapped)
export(extract_teredo_client)
export(extract_teredo_server)
export(hex_to_ip)
export(hostmask)
export(hostname_to_ip)
export(hostname_to_ip_all)
export(hosts)
export(integer_to_ip)
export(ip_address)
export(ip_interface)
export(ip_network)
export(ip_to_binary)
export(ip_to_bytes)
export(ip_to_hex)
export(ip_to_hostname)
export(ip_to_hostname_all)
export(ip_to_integer)
export(is_6to4)
export(is_global)
export(is_ip_address)
export(is_ip_interface)
export(is_ip_network)
export(is_ipv4)
export(is_ipv4_mapped)
export(is_ipv6)
export(is_link_local)
export(is_loopback)
export(is_multicast)
export(is_private)
export(is_reserved)
export(is_site_local)
export(is_subnet)
export(is_supernet)
export(is_teredo)
export(is_unspecified)
export(is_within)
export(is_within_any)
export(max_prefix_length)
export(netmask)
export(network_address)
export(num_addresses)
export(overlaps)
export(prefix_length)
export(reverse_pointer)
export(sample_ipv4)
export(sample_ipv6)
export(sample_network)
export(subnets)
export(summarize_address_range)
export(supernet)
export(vec_arith.ip_address)
export(vec_arith.ip_interface)
import(rlang)
import(vctrs)
importFrom(Rcpp,sourceCpp)
useDynLib(ipaddress, .registration = TRUE)