summaryrefslogtreecommitdiff
path: root/docs/api/api-objects.txt
blob: 010b0401158f1e2900b933bcc0a2155db19c805a (plain)
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
netaddr	netaddr-module.html
netaddr.ST_EUI48	netaddr-module.html#ST_EUI48
netaddr.AT_NAMES	netaddr-module.html#AT_NAMES
netaddr.AT_LINK	netaddr-module.html#AT_LINK
netaddr.AT_INET	netaddr-module.html#AT_INET
netaddr.nrange	netaddr-module.html#nrange
netaddr.ST_IPV6	netaddr-module.html#ST_IPV6
netaddr.ST_IPV4	netaddr-module.html#ST_IPV4
netaddr.AT_UNSPEC	netaddr-module.html#AT_UNSPEC
netaddr.AT_INET6	netaddr-module.html#AT_INET6
netaddr.BIG_ENDIAN_PLATFORM	netaddr-module.html#BIG_ENDIAN_PLATFORM
netaddr.AT_EUI64	netaddr-module.html#AT_EUI64
netaddr.ST_EUI64	netaddr-module.html#ST_EUI64
netaddr.address	netaddr.address-module.html
netaddr.address.AT_STRATEGIES	netaddr.address-module.html#AT_STRATEGIES
netaddr.address.nrange	netaddr.address-module.html#nrange
netaddr.core	netaddr.core-module.html
netaddr.eui	netaddr.eui-module.html
netaddr.eui.create_ieee_indices	netaddr.eui-module.html#create_ieee_indices
netaddr.eui.IEEE_OUI_METADATA	netaddr.eui-module.html#IEEE_OUI_METADATA
netaddr.eui.IEEE_IAB_REGISTRY	netaddr.eui-module.html#IEEE_IAB_REGISTRY
netaddr.eui.IEEE_OUI_INDEX	netaddr.eui-module.html#IEEE_OUI_INDEX
netaddr.eui.IEEE_OUI_REGISTRY	netaddr.eui-module.html#IEEE_OUI_REGISTRY
netaddr.eui.IEEE_IAB_METADATA	netaddr.eui-module.html#IEEE_IAB_METADATA
netaddr.eui.IEEE_IAB_INDEX	netaddr.eui-module.html#IEEE_IAB_INDEX
netaddr.eui.load_ieee_indices	netaddr.eui-module.html#load_ieee_indices
netaddr.ip	netaddr.ip-module.html
netaddr.ip.IANA_INFO	netaddr.ip-module.html#IANA_INFO
netaddr.ip.query	netaddr.ip-module.html#query
netaddr.ip.load_iana_info	netaddr.ip-module.html#load_iana_info
netaddr.misc	netaddr.misc-module.html
netaddr.misc.ipv6_cidr_prefixes	netaddr.misc-module.html#ipv6_cidr_prefixes
netaddr.misc.print_ipv6_cidr_prefixes	netaddr.misc-module.html#print_ipv6_cidr_prefixes
netaddr.misc.ipv4_cidr_prefixes	netaddr.misc-module.html#ipv4_cidr_prefixes
netaddr.misc.print_ipv4_cidr_prefixes	netaddr.misc-module.html#print_ipv4_cidr_prefixes
netaddr.strategy	netaddr.strategy-module.html
netaddr.strategy.USE_IPV4_OPT	netaddr.strategy-module.html#USE_IPV4_OPT
netaddr.strategy.ST_EUI48	netaddr.strategy-module.html#ST_EUI48
netaddr.strategy._BYTES_TO_BITS	netaddr.strategy-module.html#_BYTES_TO_BITS
netaddr.strategy.ST_IPV6	netaddr.strategy-module.html#ST_IPV6
netaddr.strategy.ST_IPV4	netaddr.strategy-module.html#ST_IPV4
netaddr.strategy.ST_EUI64	netaddr.strategy-module.html#ST_EUI64
netaddr.AddrConversionError	netaddr.AddrConversionError-class.html
netaddr.AddrFormatError	netaddr.AddrFormatError-class.html
netaddr.address.Addr	netaddr.address.Addr-class.html
netaddr.address.Addr.__int__	netaddr.address.Addr-class.html#__int__
netaddr.address.Addr.ADDR_TYPES	netaddr.address.Addr-class.html#ADDR_TYPES
netaddr.address.Addr.__ne__	netaddr.address.Addr-class.html#__ne__
netaddr.address.Addr.__str__	netaddr.address.Addr-class.html#__str__
netaddr.address.Addr.value	netaddr.address.Addr-class.html#value
netaddr.address.Addr.__and__	netaddr.address.Addr-class.html#__and__
netaddr.address.Addr.__lt__	netaddr.address.Addr-class.html#__lt__
netaddr.address.Addr.__init__	netaddr.address.Addr-class.html#__init__
netaddr.address.Addr.__sub__	netaddr.address.Addr-class.html#__sub__
netaddr.address.Addr.__rshift__	netaddr.address.Addr-class.html#__rshift__
netaddr.address.Addr.__invert__	netaddr.address.Addr-class.html#__invert__
netaddr.address.Addr.strategy	netaddr.address.Addr-class.html#strategy
netaddr.address.Addr.packed	netaddr.address.Addr-class.html#packed
netaddr.address.Addr.bits	netaddr.address.Addr-class.html#bits
netaddr.address.Addr.addr_type	netaddr.address.Addr-class.html#addr_type
netaddr.address.Addr.__len__	netaddr.address.Addr-class.html#__len__
netaddr.address.Addr.bin	netaddr.address.Addr-class.html#bin
netaddr.address.Addr.__isub__	netaddr.address.Addr-class.html#__isub__
netaddr.address.Addr.__lshift__	netaddr.address.Addr-class.html#__lshift__
netaddr.address.Addr.__getitem__	netaddr.address.Addr-class.html#__getitem__
netaddr.address.Addr.__setitem__	netaddr.address.Addr-class.html#__setitem__
netaddr.address.Addr.__or__	netaddr.address.Addr-class.html#__or__
netaddr.address.Addr.__add__	netaddr.address.Addr-class.html#__add__
netaddr.address.Addr.__gt__	netaddr.address.Addr-class.html#__gt__
netaddr.address.Addr.__hex__	netaddr.address.Addr-class.html#__hex__
netaddr.address.Addr.__eq__	netaddr.address.Addr-class.html#__eq__
netaddr.address.Addr.__iter__	netaddr.address.Addr-class.html#__iter__
netaddr.address.Addr.__iadd__	netaddr.address.Addr-class.html#__iadd__
netaddr.address.Addr.__xor__	netaddr.address.Addr-class.html#__xor__
netaddr.address.Addr.__le__	netaddr.address.Addr-class.html#__le__
netaddr.address.Addr.__repr__	netaddr.address.Addr-class.html#__repr__
netaddr.address.Addr.__hash__	netaddr.address.Addr-class.html#__hash__
netaddr.address.Addr.STRATEGIES	netaddr.address.Addr-class.html#STRATEGIES
netaddr.address.Addr.__long__	netaddr.address.Addr-class.html#__long__
netaddr.address.Addr.__ge__	netaddr.address.Addr-class.html#__ge__
netaddr.address.AddrTypeDescriptor	netaddr.address.AddrTypeDescriptor-class.html
netaddr.address.AddrTypeDescriptor.__set__	netaddr.address.AddrTypeDescriptor-class.html#__set__
netaddr.address.AddrTypeDescriptor.__init__	netaddr.address.AddrTypeDescriptor-class.html#__init__
netaddr.address.AddrValueDescriptor	netaddr.address.AddrValueDescriptor-class.html
netaddr.address.AddrValueDescriptor.__set__	netaddr.address.AddrValueDescriptor-class.html#__set__
netaddr.address.AddrValueDescriptor.__init__	netaddr.address.AddrValueDescriptor-class.html#__init__
netaddr.address.CIDR	netaddr.address.CIDR-class.html
netaddr.address.CIDR.ADDR_TYPES	netaddr.address.CIDR-class.html#ADDR_TYPES
netaddr.address.CIDR.hostmask	netaddr.address.CIDR-class.html#hostmask
netaddr.address.IPRange.__ne__	netaddr.address.IPRange-class.html#__ne__
netaddr.address.CIDR.__str__	netaddr.address.CIDR-class.html#__str__
netaddr.address.IPRange.__gt__	netaddr.address.IPRange-class.html#__gt__
netaddr.address.CIDR.prefixlen	netaddr.address.CIDR-class.html#prefixlen
netaddr.address.IPRange.__lt__	netaddr.address.IPRange-class.html#__lt__
netaddr.address.IPRange.iprange	netaddr.address.IPRange-class.html#iprange
netaddr.address.CIDR.__init__	netaddr.address.CIDR-class.html#__init__
netaddr.address.IPRange.size	netaddr.address.IPRange-class.html#size
netaddr.address.CIDR.subnet	netaddr.address.CIDR-class.html#subnet
netaddr.address.CIDR.span	netaddr.address.CIDR-class.html#span
netaddr.address.CIDR.network	netaddr.address.CIDR-class.html#network
netaddr.address.IPRange.__contains__	netaddr.address.IPRange-class.html#__contains__
netaddr.address.IPRange.issupernet	netaddr.address.IPRange-class.html#issupernet
netaddr.address.CIDR.fmt	netaddr.address.CIDR-class.html#fmt
netaddr.address.CIDR.strategy	netaddr.address.CIDR-class.html#strategy
netaddr.address.IPRange.adjacent	netaddr.address.IPRange-class.html#adjacent
netaddr.address.CIDR.addr_type	netaddr.address.CIDR-class.html#addr_type
netaddr.address.IPRange.__len__	netaddr.address.IPRange-class.html#__len__
netaddr.address.IPRange.overlaps	netaddr.address.IPRange-class.html#overlaps
netaddr.address.IPRange.__isub__	netaddr.address.IPRange-class.html#__isub__
netaddr.address.IPRange.__getitem__	netaddr.address.IPRange-class.html#__getitem__
netaddr.address.IPRange.format	netaddr.address.IPRange-class.html#format
netaddr.address.CIDR.broadcast	netaddr.address.CIDR-class.html#broadcast
netaddr.address.CIDR.netmask	netaddr.address.CIDR-class.html#netmask
netaddr.address.CIDR.__add__	netaddr.address.CIDR-class.html#__add__
netaddr.address.CIDR.__sub__	netaddr.address.CIDR-class.html#__sub__
netaddr.address.IPRange.__eq__	netaddr.address.IPRange-class.html#__eq__
netaddr.address.CIDR.abbrev_to_verbose	netaddr.address.CIDR-class.html#abbrev_to_verbose
netaddr.address.IPRange.last	netaddr.address.IPRange-class.html#last
netaddr.address.CIDR.cidrs	netaddr.address.CIDR-class.html#cidrs
netaddr.address.IPRange.__iter__	netaddr.address.IPRange-class.html#__iter__
netaddr.address.IPRange.__iadd__	netaddr.address.IPRange-class.html#__iadd__
netaddr.address.IPRange.__le__	netaddr.address.IPRange-class.html#__le__
netaddr.address.CIDR.__repr__	netaddr.address.CIDR-class.html#__repr__
netaddr.address.IPRange.wildcard	netaddr.address.IPRange-class.html#wildcard
netaddr.address.IPRange.issubnet	netaddr.address.IPRange-class.html#issubnet
netaddr.address.IPRange.__hash__	netaddr.address.IPRange-class.html#__hash__
netaddr.address.CIDR.STRATEGIES	netaddr.address.CIDR-class.html#STRATEGIES
netaddr.address.IPRange.__ge__	netaddr.address.IPRange-class.html#__ge__
netaddr.address.IPRange.first	netaddr.address.IPRange-class.html#first
netaddr.address.EUI	netaddr.address.EUI-class.html
netaddr.address.Addr.__int__	netaddr.address.Addr-class.html#__int__
netaddr.address.EUI.oui	netaddr.address.EUI-class.html#oui
netaddr.address.EUI.ei	netaddr.address.EUI-class.html#ei
netaddr.address.EUI.ADDR_TYPES	netaddr.address.EUI-class.html#ADDR_TYPES
netaddr.address.Addr.__isub__	netaddr.address.Addr-class.html#__isub__
netaddr.address.Addr.__str__	netaddr.address.Addr-class.html#__str__
netaddr.address.Addr.__gt__	netaddr.address.Addr-class.html#__gt__
netaddr.address.Addr.__getitem__	netaddr.address.Addr-class.html#__getitem__
netaddr.address.Addr.__iadd__	netaddr.address.Addr-class.html#__iadd__
netaddr.address.Addr.__and__	netaddr.address.Addr-class.html#__and__
netaddr.address.Addr.__lt__	netaddr.address.Addr-class.html#__lt__
netaddr.address.EUI.iab	netaddr.address.EUI-class.html#iab
netaddr.address.Addr.packed	netaddr.address.Addr-class.html#packed
netaddr.address.Addr.__rshift__	netaddr.address.Addr-class.html#__rshift__
netaddr.address.EUI.ipv6_link_local	netaddr.address.EUI-class.html#ipv6_link_local
netaddr.address.EUI.strategy	netaddr.address.EUI-class.html#strategy
netaddr.address.EUI.isiab	netaddr.address.EUI-class.html#isiab
netaddr.address.EUI.__init__	netaddr.address.EUI-class.html#__init__
netaddr.address.Addr.bits	netaddr.address.Addr-class.html#bits
netaddr.address.EUI.addr_type	netaddr.address.EUI-class.html#addr_type
netaddr.address.Addr.__len__	netaddr.address.Addr-class.html#__len__
netaddr.address.Addr.bin	netaddr.address.Addr-class.html#bin
netaddr.address.Addr.__ne__	netaddr.address.Addr-class.html#__ne__
netaddr.address.Addr.__invert__	netaddr.address.Addr-class.html#__invert__
netaddr.address.Addr.__add__	netaddr.address.Addr-class.html#__add__
netaddr.address.Addr.__hash__	netaddr.address.Addr-class.html#__hash__
netaddr.address.Addr.__setitem__	netaddr.address.Addr-class.html#__setitem__
netaddr.address.Addr.__or__	netaddr.address.Addr-class.html#__or__
netaddr.address.Addr.__lshift__	netaddr.address.Addr-class.html#__lshift__
netaddr.address.EUI.STRATEGIES	netaddr.address.EUI-class.html#STRATEGIES
netaddr.address.Addr.__hex__	netaddr.address.Addr-class.html#__hex__
netaddr.address.Addr.__eq__	netaddr.address.Addr-class.html#__eq__
netaddr.address.EUI.info	netaddr.address.EUI-class.html#info
netaddr.address.Addr.__iter__	netaddr.address.Addr-class.html#__iter__
netaddr.address.Addr.value	netaddr.address.Addr-class.html#value
netaddr.address.Addr.__xor__	netaddr.address.Addr-class.html#__xor__
netaddr.address.Addr.__le__	netaddr.address.Addr-class.html#__le__
netaddr.address.Addr.__repr__	netaddr.address.Addr-class.html#__repr__
netaddr.address.EUI.eui64	netaddr.address.EUI-class.html#eui64
netaddr.address.Addr.__sub__	netaddr.address.Addr-class.html#__sub__
netaddr.address.Addr.__long__	netaddr.address.Addr-class.html#__long__
netaddr.address.Addr.__ge__	netaddr.address.Addr-class.html#__ge__
netaddr.address.FormatDescriptor	netaddr.address.FormatDescriptor-class.html
netaddr.address.FormatDescriptor.__set__	netaddr.address.FormatDescriptor-class.html#__set__
netaddr.address.FormatDescriptor.__init__	netaddr.address.FormatDescriptor-class.html#__init__
netaddr.address.IP	netaddr.address.IP-class.html
netaddr.address.Addr.__int__	netaddr.address.Addr-class.html#__int__
netaddr.address.Addr.packed	netaddr.address.Addr-class.html#packed
netaddr.address.IP.ADDR_TYPES	netaddr.address.IP-class.html#ADDR_TYPES
netaddr.address.Addr.__isub__	netaddr.address.Addr-class.html#__isub__
netaddr.address.IP.__str__	netaddr.address.IP-class.html#__str__
netaddr.address.Addr.__gt__	netaddr.address.Addr-class.html#__gt__
netaddr.address.Addr.__and__	netaddr.address.Addr-class.html#__and__
netaddr.address.IP.netmask_bits	netaddr.address.IP-class.html#netmask_bits
netaddr.address.Addr.__iadd__	netaddr.address.Addr-class.html#__iadd__
netaddr.address.IP.prefixlen	netaddr.address.IP-class.html#prefixlen
netaddr.address.Addr.__lt__	netaddr.address.Addr-class.html#__lt__
netaddr.address.IP.iprange	netaddr.address.IP-class.html#iprange
netaddr.address.IP.is_ipv4_mapped	netaddr.address.IP-class.html#is_ipv4_mapped
netaddr.address.Addr.__rshift__	netaddr.address.Addr-class.html#__rshift__
netaddr.address.Addr.__getitem__	netaddr.address.Addr-class.html#__getitem__
netaddr.address.IP.hostname	netaddr.address.IP-class.html#hostname
netaddr.address.Addr.__iter__	netaddr.address.Addr-class.html#__iter__
netaddr.address.IP.strategy	netaddr.address.IP-class.html#strategy
netaddr.address.IP.is_unicast	netaddr.address.IP-class.html#is_unicast
netaddr.address.IP.is_private	netaddr.address.IP-class.html#is_private
netaddr.address.IP.is_multicast	netaddr.address.IP-class.html#is_multicast
netaddr.address.IP.is_ipv4_compat	netaddr.address.IP-class.html#is_ipv4_compat
netaddr.address.IP.is_netmask	netaddr.address.IP-class.html#is_netmask
netaddr.address.Addr.bits	netaddr.address.Addr-class.html#bits
netaddr.address.IP.addr_type	netaddr.address.IP-class.html#addr_type
netaddr.address.Addr.__len__	netaddr.address.Addr-class.html#__len__
netaddr.address.IP.ipv4	netaddr.address.IP-class.html#ipv4
netaddr.address.Addr.bin	netaddr.address.Addr-class.html#bin
netaddr.address.Addr.__ne__	netaddr.address.Addr-class.html#__ne__
netaddr.address.IP.wildcard	netaddr.address.IP-class.html#wildcard
netaddr.address.Addr.__invert__	netaddr.address.Addr-class.html#__invert__
netaddr.address.Addr.__add__	netaddr.address.Addr-class.html#__add__
netaddr.address.IP.ipv6	netaddr.address.IP-class.html#ipv6
netaddr.address.IP.is_link_local	netaddr.address.IP-class.html#is_link_local
netaddr.address.IP.is_hostmask	netaddr.address.IP-class.html#is_hostmask
netaddr.address.Addr.__or__	netaddr.address.Addr-class.html#__or__
netaddr.address.Addr.__lshift__	netaddr.address.Addr-class.html#__lshift__
netaddr.address.Addr.__sub__	netaddr.address.Addr-class.html#__sub__
netaddr.address.Addr.__hex__	netaddr.address.Addr-class.html#__hex__
netaddr.address.IP.cidr	netaddr.address.IP-class.html#cidr
netaddr.address.IP.TRANSLATE_STR	netaddr.address.IP-class.html#TRANSLATE_STR
netaddr.address.Addr.__eq__	netaddr.address.Addr-class.html#__eq__
netaddr.address.IP._	netaddr.address.IP-class.html#_
netaddr.address.IP.info	netaddr.address.IP-class.html#info
netaddr.address.IP.is_reserved	netaddr.address.IP-class.html#is_reserved
netaddr.address.IP.is_loopback	netaddr.address.IP-class.html#is_loopback
netaddr.address.Addr.__setitem__	netaddr.address.Addr-class.html#__setitem__
netaddr.address.Addr.value	netaddr.address.Addr-class.html#value
netaddr.address.Addr.__xor__	netaddr.address.Addr-class.html#__xor__
netaddr.address.IP.reverse_dns	netaddr.address.IP-class.html#reverse_dns
netaddr.address.Addr.__le__	netaddr.address.Addr-class.html#__le__
netaddr.address.IP.__repr__	netaddr.address.IP-class.html#__repr__
netaddr.address.IP.__init__	netaddr.address.IP-class.html#__init__
netaddr.address.Addr.__hash__	netaddr.address.Addr-class.html#__hash__
netaddr.address.IP.STRATEGIES	netaddr.address.IP-class.html#STRATEGIES
netaddr.address.Addr.__long__	netaddr.address.Addr-class.html#__long__
netaddr.address.Addr.__ge__	netaddr.address.Addr-class.html#__ge__
netaddr.address.IPRange	netaddr.address.IPRange-class.html
netaddr.address.IPRange.ADDR_TYPES	netaddr.address.IPRange-class.html#ADDR_TYPES
netaddr.address.IPRange.__isub__	netaddr.address.IPRange-class.html#__isub__
netaddr.address.IPRange.__str__	netaddr.address.IPRange-class.html#__str__
netaddr.address.IPRange.__lt__	netaddr.address.IPRange-class.html#__lt__
netaddr.address.IPRange.iprange	netaddr.address.IPRange-class.html#iprange
netaddr.address.IPRange.__init__	netaddr.address.IPRange-class.html#__init__
netaddr.address.IPRange.size	netaddr.address.IPRange-class.html#size
netaddr.address.IPRange.__contains__	netaddr.address.IPRange-class.html#__contains__
netaddr.address.IPRange.issupernet	netaddr.address.IPRange-class.html#issupernet
netaddr.address.IPRange.fmt	netaddr.address.IPRange-class.html#fmt
netaddr.address.IPRange.strategy	netaddr.address.IPRange-class.html#strategy
netaddr.address.IPRange.adjacent	netaddr.address.IPRange-class.html#adjacent
netaddr.address.IPRange.addr_type	netaddr.address.IPRange-class.html#addr_type
netaddr.address.IPRange.__len__	netaddr.address.IPRange-class.html#__len__
netaddr.address.IPRange.overlaps	netaddr.address.IPRange-class.html#overlaps
netaddr.address.IPRange.__ne__	netaddr.address.IPRange-class.html#__ne__
netaddr.address.IPRange.__getitem__	netaddr.address.IPRange-class.html#__getitem__
netaddr.address.IPRange.format	netaddr.address.IPRange-class.html#format
netaddr.address.IPRange.__iter__	netaddr.address.IPRange-class.html#__iter__
netaddr.address.IPRange.__gt__	netaddr.address.IPRange-class.html#__gt__
netaddr.address.IPRange.__eq__	netaddr.address.IPRange-class.html#__eq__
netaddr.address.IPRange.last	netaddr.address.IPRange-class.html#last
netaddr.address.IPRange.cidrs	netaddr.address.IPRange-class.html#cidrs
netaddr.address.IPRange.__iadd__	netaddr.address.IPRange-class.html#__iadd__
netaddr.address.IPRange.__le__	netaddr.address.IPRange-class.html#__le__
netaddr.address.IPRange.__repr__	netaddr.address.IPRange-class.html#__repr__
netaddr.address.IPRange.wildcard	netaddr.address.IPRange-class.html#wildcard
netaddr.address.IPRange.issubnet	netaddr.address.IPRange-class.html#issubnet
netaddr.address.IPRange.__hash__	netaddr.address.IPRange-class.html#__hash__
netaddr.address.IPRange.STRATEGIES	netaddr.address.IPRange-class.html#STRATEGIES
netaddr.address.IPRange.__ge__	netaddr.address.IPRange-class.html#__ge__
netaddr.address.IPRange.first	netaddr.address.IPRange-class.html#first
netaddr.address.IPRangeSet	netaddr.address.IPRangeSet-class.html
netaddr.address.IPRangeSet.max_match	netaddr.address.IPRangeSet-class.html#max_match
netaddr.address.IPRangeSet.__init__	netaddr.address.IPRangeSet-class.html#__init__
netaddr.address.IPRangeSet.any_match	netaddr.address.IPRangeSet-class.html#any_match
netaddr.address.IPRangeSet.__contains__	netaddr.address.IPRangeSet-class.html#__contains__
netaddr.address.IPRangeSet.all_matches	netaddr.address.IPRangeSet-class.html#all_matches
netaddr.address.IPRangeSet.min_match	netaddr.address.IPRangeSet-class.html#min_match
netaddr.address.PrefixLenDescriptor	netaddr.address.PrefixLenDescriptor-class.html
netaddr.address.PrefixLenDescriptor.__set__	netaddr.address.PrefixLenDescriptor-class.html#__set__
netaddr.address.PrefixLenDescriptor.__init__	netaddr.address.PrefixLenDescriptor-class.html#__init__
netaddr.address.StrategyDescriptor	netaddr.address.StrategyDescriptor-class.html
netaddr.address.StrategyDescriptor.__set__	netaddr.address.StrategyDescriptor-class.html#__set__
netaddr.address.StrategyDescriptor.__init__	netaddr.address.StrategyDescriptor-class.html#__init__
netaddr.address.Wildcard	netaddr.address.Wildcard-class.html
netaddr.address.Wildcard.ADDR_TYPES	netaddr.address.Wildcard-class.html#ADDR_TYPES
netaddr.address.IPRange.__ne__	netaddr.address.IPRange-class.html#__ne__
netaddr.address.Wildcard.__str__	netaddr.address.Wildcard-class.html#__str__
netaddr.address.IPRange.__lt__	netaddr.address.IPRange-class.html#__lt__
netaddr.address.IPRange.iprange	netaddr.address.IPRange-class.html#iprange
netaddr.address.Wildcard.__init__	netaddr.address.Wildcard-class.html#__init__
netaddr.address.IPRange.size	netaddr.address.IPRange-class.html#size
netaddr.address.IPRange.__contains__	netaddr.address.IPRange-class.html#__contains__
netaddr.address.IPRange.issupernet	netaddr.address.IPRange-class.html#issupernet
netaddr.address.Wildcard.fmt	netaddr.address.Wildcard-class.html#fmt
netaddr.address.Wildcard.strategy	netaddr.address.Wildcard-class.html#strategy
netaddr.address.Wildcard.is_valid	netaddr.address.Wildcard-class.html#is_valid
netaddr.address.IPRange.adjacent	netaddr.address.IPRange-class.html#adjacent
netaddr.address.Wildcard.addr_type	netaddr.address.Wildcard-class.html#addr_type
netaddr.address.IPRange.__len__	netaddr.address.IPRange-class.html#__len__
netaddr.address.IPRange.overlaps	netaddr.address.IPRange-class.html#overlaps
netaddr.address.IPRange.__isub__	netaddr.address.IPRange-class.html#__isub__
netaddr.address.IPRange.__getitem__	netaddr.address.IPRange-class.html#__getitem__
netaddr.address.IPRange.format	netaddr.address.IPRange-class.html#format
netaddr.address.IPRange.__iter__	netaddr.address.IPRange-class.html#__iter__
netaddr.address.IPRange.__gt__	netaddr.address.IPRange-class.html#__gt__
netaddr.address.IPRange.__eq__	netaddr.address.IPRange-class.html#__eq__
netaddr.address.IPRange.last	netaddr.address.IPRange-class.html#last
netaddr.address.IPRange.cidrs	netaddr.address.IPRange-class.html#cidrs
netaddr.address.IPRange.__iadd__	netaddr.address.IPRange-class.html#__iadd__
netaddr.address.IPRange.__le__	netaddr.address.IPRange-class.html#__le__
netaddr.address.Wildcard.__repr__	netaddr.address.Wildcard-class.html#__repr__
netaddr.address.IPRange.wildcard	netaddr.address.IPRange-class.html#wildcard
netaddr.address.IPRange.issubnet	netaddr.address.IPRange-class.html#issubnet
netaddr.address.IPRange.__hash__	netaddr.address.IPRange-class.html#__hash__
netaddr.address.Wildcard.STRATEGIES	netaddr.address.Wildcard-class.html#STRATEGIES
netaddr.address.IPRange.__ge__	netaddr.address.IPRange-class.html#__ge__
netaddr.address.IPRange.first	netaddr.address.IPRange-class.html#first
netaddr.core.PrettyPrinter	netaddr.core.PrettyPrinter-class.html
netaddr.core.PrettyPrinter.update	netaddr.core.PrettyPrinter-class.html#update
netaddr.core.PrettyPrinter.__init__	netaddr.core.PrettyPrinter-class.html#__init__
netaddr.core.Publisher	netaddr.core.Publisher-class.html
netaddr.core.Publisher.attach	netaddr.core.Publisher-class.html#attach
netaddr.core.Publisher.notify	netaddr.core.Publisher-class.html#notify
netaddr.core.Publisher.detach	netaddr.core.Publisher-class.html#detach
netaddr.core.Publisher.__init__	netaddr.core.Publisher-class.html#__init__
netaddr.core.Subscriber	netaddr.core.Subscriber-class.html
netaddr.core.Subscriber.update	netaddr.core.Subscriber-class.html#update
netaddr.eui.FileIndexer	netaddr.eui.FileIndexer-class.html
netaddr.eui.FileIndexer.update	netaddr.eui.FileIndexer-class.html#update
netaddr.eui.FileIndexer.__init__	netaddr.eui.FileIndexer-class.html#__init__
netaddr.eui.IAB	netaddr.eui.IAB-class.html
netaddr.eui.IAB.__int__	netaddr.eui.IAB-class.html#__int__
netaddr.eui.IAB.organisation	netaddr.eui.IAB-class.html#organisation
netaddr.eui.IAB.registration	netaddr.eui.IAB-class.html#registration
netaddr.eui.IAB.split_iab_mac	netaddr.eui.IAB-class.html#split_iab_mac
netaddr.eui.IAB._parse_data	netaddr.eui.IAB-class.html#_parse_data
netaddr.eui.IAB.__repr__	netaddr.eui.IAB-class.html#__repr__
netaddr.eui.IAB.address	netaddr.eui.IAB-class.html#address
netaddr.eui.IAB.__hex__	netaddr.eui.IAB-class.html#__hex__
netaddr.eui.IAB.org	netaddr.eui.IAB-class.html#org
netaddr.eui.IAB.__str__	netaddr.eui.IAB-class.html#__str__
netaddr.eui.IAB.__init__	netaddr.eui.IAB-class.html#__init__
netaddr.eui.IABIndexParser	netaddr.eui.IABIndexParser-class.html
netaddr.eui.IABIndexParser.parse	netaddr.eui.IABIndexParser-class.html#parse
netaddr.core.Publisher.attach	netaddr.core.Publisher-class.html#attach
netaddr.core.Publisher.notify	netaddr.core.Publisher-class.html#notify
netaddr.core.Publisher.detach	netaddr.core.Publisher-class.html#detach
netaddr.eui.IABIndexParser.__init__	netaddr.eui.IABIndexParser-class.html#__init__
netaddr.eui.NotRegisteredError	netaddr.eui.NotRegisteredError-class.html
netaddr.eui.OUI	netaddr.eui.OUI-class.html
netaddr.eui.OUI.__int__	netaddr.eui.OUI-class.html#__int__
netaddr.eui.OUI.organisation	netaddr.eui.OUI-class.html#organisation
netaddr.eui.OUI.address	netaddr.eui.OUI-class.html#address
netaddr.eui.OUI._parse_data	netaddr.eui.OUI-class.html#_parse_data
netaddr.eui.OUI.__repr__	netaddr.eui.OUI-class.html#__repr__
netaddr.eui.OUI.registration	netaddr.eui.OUI-class.html#registration
netaddr.eui.OUI.__hex__	netaddr.eui.OUI-class.html#__hex__
netaddr.eui.OUI.org	netaddr.eui.OUI-class.html#org
netaddr.eui.OUI.__str__	netaddr.eui.OUI-class.html#__str__
netaddr.eui.OUI.__init__	netaddr.eui.OUI-class.html#__init__
netaddr.eui.OUI.org_count	netaddr.eui.OUI-class.html#org_count
netaddr.eui.OUIIndexParser	netaddr.eui.OUIIndexParser-class.html
netaddr.eui.OUIIndexParser.parse	netaddr.eui.OUIIndexParser-class.html#parse
netaddr.core.Publisher.attach	netaddr.core.Publisher-class.html#attach
netaddr.core.Publisher.notify	netaddr.core.Publisher-class.html#notify
netaddr.core.Publisher.detach	netaddr.core.Publisher-class.html#detach
netaddr.eui.OUIIndexParser.__init__	netaddr.eui.OUIIndexParser-class.html#__init__
netaddr.ip.DictUpdater	netaddr.ip.DictUpdater-class.html
netaddr.ip.DictUpdater.update	netaddr.ip.DictUpdater-class.html#update
netaddr.ip.DictUpdater.__init__	netaddr.ip.DictUpdater-class.html#__init__
netaddr.ip.IPv4Parser	netaddr.ip.IPv4Parser-class.html
netaddr.ip.LineRecordParser.parse	netaddr.ip.LineRecordParser-class.html#parse
netaddr.core.Publisher.attach	netaddr.core.Publisher-class.html#attach
netaddr.ip.IPv4Parser.parse_line	netaddr.ip.IPv4Parser-class.html#parse_line
netaddr.core.Publisher.notify	netaddr.core.Publisher-class.html#notify
netaddr.core.Publisher.detach	netaddr.core.Publisher-class.html#detach
netaddr.ip.IPv4Parser.__init__	netaddr.ip.IPv4Parser-class.html#__init__
netaddr.ip.IPv6Parser	netaddr.ip.IPv6Parser-class.html
netaddr.ip.LineRecordParser.parse	netaddr.ip.LineRecordParser-class.html#parse
netaddr.core.Publisher.attach	netaddr.core.Publisher-class.html#attach
netaddr.ip.IPv6Parser.parse_line	netaddr.ip.IPv6Parser-class.html#parse_line
netaddr.core.Publisher.notify	netaddr.core.Publisher-class.html#notify
netaddr.core.Publisher.detach	netaddr.core.Publisher-class.html#detach
netaddr.ip.IPv6Parser.__init__	netaddr.ip.IPv6Parser-class.html#__init__
netaddr.ip.LineRecordParser	netaddr.ip.LineRecordParser-class.html
netaddr.ip.LineRecordParser.parse	netaddr.ip.LineRecordParser-class.html#parse
netaddr.core.Publisher.attach	netaddr.core.Publisher-class.html#attach
netaddr.ip.LineRecordParser.parse_line	netaddr.ip.LineRecordParser-class.html#parse_line
netaddr.core.Publisher.notify	netaddr.core.Publisher-class.html#notify
netaddr.core.Publisher.detach	netaddr.core.Publisher-class.html#detach
netaddr.ip.LineRecordParser.__init__	netaddr.ip.LineRecordParser-class.html#__init__
netaddr.ip.MulticastParser	netaddr.ip.MulticastParser-class.html
netaddr.ip.MulticastParser.normalise_addr	netaddr.ip.MulticastParser-class.html#normalise_addr
netaddr.ip.LineRecordParser.parse	netaddr.ip.LineRecordParser-class.html#parse
netaddr.core.Publisher.attach	netaddr.core.Publisher-class.html#attach
netaddr.ip.MulticastParser.parse_line	netaddr.ip.MulticastParser-class.html#parse_line
netaddr.core.Publisher.notify	netaddr.core.Publisher-class.html#notify
netaddr.core.Publisher.detach	netaddr.core.Publisher-class.html#detach
netaddr.ip.MulticastParser.__init__	netaddr.ip.MulticastParser-class.html#__init__
netaddr.strategy.AddrStrategy	netaddr.strategy.AddrStrategy-class.html
netaddr.strategy.AddrStrategy.int_to_bits	netaddr.strategy.AddrStrategy-class.html#int_to_bits
netaddr.strategy.AddrStrategy.int_to_packed	netaddr.strategy.AddrStrategy-class.html#int_to_packed
netaddr.strategy.AddrStrategy.int_to_words	netaddr.strategy.AddrStrategy-class.html#int_to_words
netaddr.strategy.AddrStrategy.__init__	netaddr.strategy.AddrStrategy-class.html#__init__
netaddr.strategy.AddrStrategy.valid_bits	netaddr.strategy.AddrStrategy-class.html#valid_bits
netaddr.strategy.AddrStrategy.valid_int	netaddr.strategy.AddrStrategy-class.html#valid_int
netaddr.strategy.AddrStrategy.packed_to_int	netaddr.strategy.AddrStrategy-class.html#packed_to_int
netaddr.strategy.AddrStrategy.int_to_str	netaddr.strategy.AddrStrategy-class.html#int_to_str
netaddr.strategy.AddrStrategy.valid_str	netaddr.strategy.AddrStrategy-class.html#valid_str
netaddr.strategy.AddrStrategy.bits_to_int	netaddr.strategy.AddrStrategy-class.html#bits_to_int
netaddr.strategy.AddrStrategy.str_to_int	netaddr.strategy.AddrStrategy-class.html#str_to_int
netaddr.strategy.AddrStrategy.words_to_int	netaddr.strategy.AddrStrategy-class.html#words_to_int
netaddr.strategy.AddrStrategy.valid_words	netaddr.strategy.AddrStrategy-class.html#valid_words
netaddr.strategy.AddrStrategy.__repr__	netaddr.strategy.AddrStrategy-class.html#__repr__
netaddr.strategy.AddrStrategy.int_to_bin	netaddr.strategy.AddrStrategy-class.html#int_to_bin
netaddr.strategy.AddrStrategy.STRUCT_FORMATS	netaddr.strategy.AddrStrategy-class.html#STRUCT_FORMATS
netaddr.strategy.EUI48Strategy	netaddr.strategy.EUI48Strategy-class.html
netaddr.strategy.AddrStrategy.int_to_bits	netaddr.strategy.AddrStrategy-class.html#int_to_bits
netaddr.strategy.AddrStrategy.int_to_packed	netaddr.strategy.AddrStrategy-class.html#int_to_packed
netaddr.strategy.AddrStrategy.int_to_words	netaddr.strategy.AddrStrategy-class.html#int_to_words
netaddr.strategy.EUI48Strategy.__init__	netaddr.strategy.EUI48Strategy-class.html#__init__
netaddr.strategy.AddrStrategy.valid_bits	netaddr.strategy.AddrStrategy-class.html#valid_bits
netaddr.strategy.AddrStrategy.valid_int	netaddr.strategy.AddrStrategy-class.html#valid_int
netaddr.strategy.AddrStrategy.packed_to_int	netaddr.strategy.AddrStrategy-class.html#packed_to_int
netaddr.strategy.EUI48Strategy.RE_MAC_FORMATS	netaddr.strategy.EUI48Strategy-class.html#RE_MAC_FORMATS
netaddr.strategy.EUI48Strategy.int_to_str	netaddr.strategy.EUI48Strategy-class.html#int_to_str
netaddr.strategy.EUI48Strategy.valid_str	netaddr.strategy.EUI48Strategy-class.html#valid_str
netaddr.strategy.AddrStrategy.bits_to_int	netaddr.strategy.AddrStrategy-class.html#bits_to_int
netaddr.strategy.EUI48Strategy._	netaddr.strategy.EUI48Strategy-class.html#_
netaddr.strategy.EUI48Strategy.str_to_int	netaddr.strategy.EUI48Strategy-class.html#str_to_int
netaddr.strategy.AddrStrategy.words_to_int	netaddr.strategy.AddrStrategy-class.html#words_to_int
netaddr.strategy.AddrStrategy.valid_words	netaddr.strategy.AddrStrategy-class.html#valid_words
netaddr.strategy.AddrStrategy.__repr__	netaddr.strategy.AddrStrategy-class.html#__repr__
netaddr.strategy.AddrStrategy.int_to_bin	netaddr.strategy.AddrStrategy-class.html#int_to_bin
netaddr.strategy.AddrStrategy.STRUCT_FORMATS	netaddr.strategy.AddrStrategy-class.html#STRUCT_FORMATS
netaddr.strategy.IPv4StrategyOpt	netaddr.strategy.IPv4StrategyOpt-class.html
netaddr.strategy.AddrStrategy.int_to_bits	netaddr.strategy.AddrStrategy-class.html#int_to_bits
netaddr.strategy.AddrStrategy.int_to_packed	netaddr.strategy.AddrStrategy-class.html#int_to_packed
netaddr.strategy.IPv4StrategyOpt.int_to_words	netaddr.strategy.IPv4StrategyOpt-class.html#int_to_words
netaddr.strategy.IPv4StrategyOpt.__init__	netaddr.strategy.IPv4StrategyOpt-class.html#__init__
netaddr.strategy.AddrStrategy.valid_bits	netaddr.strategy.AddrStrategy-class.html#valid_bits
netaddr.strategy.AddrStrategy.valid_int	netaddr.strategy.AddrStrategy-class.html#valid_int
netaddr.strategy.AddrStrategy.valid_words	netaddr.strategy.AddrStrategy-class.html#valid_words
netaddr.strategy.AddrStrategy.packed_to_int	netaddr.strategy.AddrStrategy-class.html#packed_to_int
netaddr.strategy.IPv4StrategyOpt.int_to_str	netaddr.strategy.IPv4StrategyOpt-class.html#int_to_str
netaddr.strategy.IPv4StrategyOpt.valid_str	netaddr.strategy.IPv4StrategyOpt-class.html#valid_str
netaddr.strategy.AddrStrategy.bits_to_int	netaddr.strategy.AddrStrategy-class.html#bits_to_int
netaddr.strategy.IPv4StrategyOpt.str_to_int	netaddr.strategy.IPv4StrategyOpt-class.html#str_to_int
netaddr.strategy.IPv4StrategyOpt.words_to_int	netaddr.strategy.IPv4StrategyOpt-class.html#words_to_int
netaddr.strategy.IPv4StrategyStd.int_to_arpa	netaddr.strategy.IPv4StrategyStd-class.html#int_to_arpa
netaddr.strategy.AddrStrategy.__repr__	netaddr.strategy.AddrStrategy-class.html#__repr__
netaddr.strategy.AddrStrategy.int_to_bin	netaddr.strategy.AddrStrategy-class.html#int_to_bin
netaddr.strategy.AddrStrategy.STRUCT_FORMATS	netaddr.strategy.AddrStrategy-class.html#STRUCT_FORMATS
netaddr.strategy.IPv4StrategyStd	netaddr.strategy.IPv4StrategyStd-class.html
netaddr.strategy.AddrStrategy.int_to_bits	netaddr.strategy.AddrStrategy-class.html#int_to_bits
netaddr.strategy.AddrStrategy.int_to_packed	netaddr.strategy.AddrStrategy-class.html#int_to_packed
netaddr.strategy.AddrStrategy.int_to_words	netaddr.strategy.AddrStrategy-class.html#int_to_words
netaddr.strategy.IPv4StrategyStd.__init__	netaddr.strategy.IPv4StrategyStd-class.html#__init__
netaddr.strategy.AddrStrategy.valid_bits	netaddr.strategy.AddrStrategy-class.html#valid_bits
netaddr.strategy.AddrStrategy.valid_int	netaddr.strategy.AddrStrategy-class.html#valid_int
netaddr.strategy.AddrStrategy.valid_words	netaddr.strategy.AddrStrategy-class.html#valid_words
netaddr.strategy.AddrStrategy.packed_to_int	netaddr.strategy.AddrStrategy-class.html#packed_to_int
netaddr.strategy.AddrStrategy.int_to_str	netaddr.strategy.AddrStrategy-class.html#int_to_str
netaddr.strategy.AddrStrategy.valid_str	netaddr.strategy.AddrStrategy-class.html#valid_str
netaddr.strategy.AddrStrategy.bits_to_int	netaddr.strategy.AddrStrategy-class.html#bits_to_int
netaddr.strategy.AddrStrategy.str_to_int	netaddr.strategy.AddrStrategy-class.html#str_to_int
netaddr.strategy.AddrStrategy.words_to_int	netaddr.strategy.AddrStrategy-class.html#words_to_int
netaddr.strategy.IPv4StrategyStd.int_to_arpa	netaddr.strategy.IPv4StrategyStd-class.html#int_to_arpa
netaddr.strategy.AddrStrategy.__repr__	netaddr.strategy.AddrStrategy-class.html#__repr__
netaddr.strategy.AddrStrategy.int_to_bin	netaddr.strategy.AddrStrategy-class.html#int_to_bin
netaddr.strategy.AddrStrategy.STRUCT_FORMATS	netaddr.strategy.AddrStrategy-class.html#STRUCT_FORMATS
netaddr.strategy.IPv6Strategy	netaddr.strategy.IPv6Strategy-class.html
netaddr.strategy.AddrStrategy.int_to_bits	netaddr.strategy.AddrStrategy-class.html#int_to_bits
netaddr.strategy.AddrStrategy.int_to_packed	netaddr.strategy.AddrStrategy-class.html#int_to_packed
netaddr.strategy.AddrStrategy.valid_bits	netaddr.strategy.AddrStrategy-class.html#valid_bits
netaddr.strategy.IPv6Strategy.__init__	netaddr.strategy.IPv6Strategy-class.html#__init__
netaddr.strategy.AddrStrategy.valid_int	netaddr.strategy.AddrStrategy-class.html#valid_int
netaddr.strategy.AddrStrategy.valid_words	netaddr.strategy.AddrStrategy-class.html#valid_words
netaddr.strategy.AddrStrategy.packed_to_int	netaddr.strategy.AddrStrategy-class.html#packed_to_int
netaddr.strategy.AddrStrategy.int_to_words	netaddr.strategy.AddrStrategy-class.html#int_to_words
netaddr.strategy.IPv6Strategy.int_to_str	netaddr.strategy.IPv6Strategy-class.html#int_to_str
netaddr.strategy.IPv6Strategy.valid_str	netaddr.strategy.IPv6Strategy-class.html#valid_str
netaddr.strategy.AddrStrategy.bits_to_int	netaddr.strategy.AddrStrategy-class.html#bits_to_int
netaddr.strategy.IPv6Strategy.str_to_int	netaddr.strategy.IPv6Strategy-class.html#str_to_int
netaddr.strategy.AddrStrategy.words_to_int	netaddr.strategy.AddrStrategy-class.html#words_to_int
netaddr.strategy.IPv6Strategy.int_to_arpa	netaddr.strategy.IPv6Strategy-class.html#int_to_arpa
netaddr.strategy.AddrStrategy.__repr__	netaddr.strategy.AddrStrategy-class.html#__repr__
netaddr.strategy.AddrStrategy.int_to_bin	netaddr.strategy.AddrStrategy-class.html#int_to_bin
netaddr.strategy.AddrStrategy.STRUCT_FORMATS	netaddr.strategy.AddrStrategy-class.html#STRUCT_FORMATS