$Date: 2005/10/25 20:11:44 $
$Revision: 1.19 $
-- Creates a new IPv4 address for all network interfaces.
localhost
-- Create an unresolved IPv4 address by a_host
-- a_host can be a full qualified hostname or an IPv4 address
-- in textual representation (x.x.x.x).
-- Creates a new IPv4 address from an_ip.
-- Use reverse_resolve to get the corresponding hostname.
-- Creates a new IPv4 address from an_ip_string
-- Use reverse_resolve to get the corresponding hostname.
-- EiffelMedia network subsystem is
-- (From EM_SHARED_SUBSYSTEMS)
-- Host IPv4
-- Hostname
-- Resolve host_ip from hostname.
-- This feature is non-blocking.
-- Subscribe to the resolve_finished_event and use is_resolved which indicates success or failure.
-- Host IP in textual representation (xy.xy.xy.xy)
-- To IP in hexadecimal representation
-- Is host_ip resolved?
-- Is host_ip ready for usage?
-- Is hostname reverse resolved?
-- Ist hostname ready for usage?
-- IP Address Struct
Represents Internet IPv4 addresses.