Next Previous Up Top Contents Index

10.3.3 The <NUMERIC-ADDRESS> class

<ipv4-numeric-address>

Open abstract primary instantiable class

Superclasses: <numeric-address>
The single slot of this class contains a 32-bit value representing a ipv4 address. This slot is accessed by the generic functions network-order and host-order described above. <ipv4-numeric-address> has two concrete subclasses <ipv4-network-order-address> and <ipv4-host-order-address>. Make <ipv4-numeric-address> returns one or the other of these depending upon the value of the order: keyword.
Keywords:
value:

An instance of <machine-word>. Required.

order:

One of #"network-order" or #"host-order". Required.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index