Lines Matching full:ipv6
1 :mod:`ipaddress` --- IPv4/IPv6 manipulation library
5 :synopsis: IPv4/IPv6 manipulation library.
14 operate on IPv4 and IPv6 addresses and networks.
41 the IP address passed as argument. Either IPv4 or IPv6 addresses may be
44 or IPv6 address.
56 representing the IP network. Either IPv4 or IPv6 networks may be supplied;
60 IPv6 address, or if the network has host bits set.
70 representing the IP address. Either IPv4 or IPv6 addresses may be supplied;
73 IPv6 address.
76 IPv4 and IPv6 formats means that error messages provide minimal
78 IPv4 or IPv6 format was intended. More detailed error reporting can be
90 attributes. Some attributes that are only meaningful for IPv6 addresses are
119 The appropriate version number: ``4`` for IPv4, ``6`` for IPv6.
124 version: ``32`` for IPv4, ``128`` for IPv6.
139 write display code that can handle both IPv4 and IPv6 addresses.
145 for IPv4 and 16 bytes for IPv6.
164 :RFC:`3171` (for IPv4) or :RFC:`2373` (for IPv6).
169 iana-ipv4-special-registry_ (for IPv4) or iana-ipv6-special-registry_
170 (for IPv6).
175 iana-ipv4-special-registry_ (for IPv4) or iana-ipv6-special-registry_
176 (for IPv6).
183 or :RFC:`2373` (for IPv6).
192 or :RFC:`2373` (for IPv6).
200 .. _iana-ipv6-special-registry: https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml
205 Construct an IPv6 address. An :exc:`AddressValueError` is raised if
206 *address* is not a valid IPv6 address.
208 The following constitutes a valid IPv6 address:
229 This is also the value returned by ``str(addr)`` for IPv6 addresses.
304 only be applied between compatible objects (i.e. IPv4 with IPv4, IPv6 with
305 IPv6).
356 ``255.255.255.0`` in IPv4, or ``ffff:ff00::`` in IPv6. In addition, a
560 Construct an IPv6 network definition. *address* can be one of the following:
565 representation of an IPv6 address. If it's the latter, the mask is
584 An :exc:`AddressValueError` is raised if *address* is not a valid IPv6
586 an IPv6 address.
634 only be applied between compatible objects (i.e. IPv4 with IPv4, IPv6 with
635 IPv6).
745 Construct an IPv6 interface. The meaning of *address* is as in the
784 *address* is an integer representation of an IPv6 IP address. A
786 IPv6 IP address.