Lines Matching full:addresses
26 Since :mod:`ipaddress` is a module for inspecting and manipulating IP addresses,
38 addresses to handle the needs of the whole world, especially given the
47 IP Host Addresses
50 Addresses, often referred to as "host addresses" are the most basic unit
51 when working with IP addressing. The simplest way to create addresses is
61 Addresses can also be created directly from integers. Values that will
62 fit within 32 bits are assumed to be IPv4 addresses::
69 To force the use of IPv4 or IPv6 addresses, the relevant classes can be
71 addresses for small integers::
84 Host addresses are usually grouped together into IP networks, so
87 range of host addresses that are part of that network. The simplest form
93 As for addresses, a factory function is provided that determines the correct
120 also be defined with integers, just like host addresses. In this case, the
129 As with addresses, creation of a particular kind of network can be forced
181 Finding out how many individual addresses are in a network::
190 Iterating through the "usable" addresses on a network::
234 addresses while still correctly handling IPv4 addresses.
237 Networks as lists of Addresses
281 Using IP Addresses with other modules
284 Other modules that use IP addresses (such as :mod:`socket`) usually won't