This is the network-addresses Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 06:04:24 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
network-addressesA network addresses manipulation library.
Florian Margaine <florian@margaine.com>
MIT
cl-ppcre (system).
src (module).
Modules are listed depth-first from the system components tree.
network-addresses/srcnetwork-addresses (system).
package.lisp (file).
generic.lisp (file).
conditions.lisp (file).
address.lisp (file).
network.lisp (file).
ipv4.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
network-addresses/network-addresses.asdnetwork-addresses/src/package.lispnetwork-addresses/src/generic.lispnetwork-addresses/src/conditions.lispnetwork-addresses/src/address.lispnetwork-addresses/src/network.lispnetwork-addresses/src/ipv4.lispnetwork-addresses/network-addresses.asdnetwork-addresses (system).
network-addresses/src/generic.lisppackage.lisp (file).
src (module).
as-str (generic function).
network-addresses/src/conditions.lisppackage.lisp (file).
src (module).
invalid-format (condition).
network-addresses/src/address.lisppackage.lisp (file).
src (module).
network-addresses/src/network.lisppackage.lisp (file).
generic.lisp (file).
conditions.lisp (file).
address.lisp (file).
src (module).
addresses (generic function).
addresses-int (function).
as-int (reader method).
broadcast (generic function).
broadcast-int (function).
first-address (generic function).
first-address-int (function).
hostmask (generic function).
hostmask-int (function).
last-address (generic function).
last-address-int (function).
max-value (reader method).
netmask (generic function).
netmask-int (function).
network (class).
subnet-length (reader method).
width (reader method).
range (function).
network-addresses/src/ipv4.lisppackage.lisp (file).
network.lisp (file).
src (module).
addresses (method).
as-str (method).
as-str (method).
broadcast (method).
first-address (method).
hostmask (method).
initialize-instance (method).
last-address (method).
make-network-from-cidr (function).
max-value (reader method).
netmask (method).
print-object (method).
print-object (method).
width (reader method).
*ipv4-cidr-regex* (special variable).
ipv4-address (class).
ipv4-integers-to-integer (function).
ipv4-network (class).
Packages are listed by definition order.
network-addresses-ipv4na4
common-lisp.
make-network-from-cidr (function).
*ipv4-cidr-regex* (special variable).
ipv4-address (class).
ipv4-integers-to-integer (function).
ipv4-network (class).
network-addressesna
common-lisp.
address (class).
addresses (generic function).
addresses-int (function).
as-int (generic reader).
as-str (generic function).
broadcast (generic function).
broadcast-int (function).
first-address (generic function).
first-address-int (function).
hostmask (generic function).
hostmask-int (function).
invalid-format (condition).
last-address (generic function).
last-address-int (function).
max-value (slot).
max-value (generic reader).
netmask (generic function).
netmask-int (function).
network (class).
subnet-length (generic reader).
width (slot).
width (generic reader).
range (function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Returns the list of IP addresses of a network as integers.
Returns the broadcast as an integer.
Returns the first address of this network.
Returns the hostmask as an integer.
Returns the last address of this network.
Return a IPv4 network object based on the cidr.
Returns the netmask as an integer.
Returns the list of IP addresses of a network.
ipv4-network)) ¶Returns the IP address/network in its string representation.
ipv4-network)) ¶ipv4-address)) ¶Returns the broadcast as an IP address.
ipv4-network)) ¶Returns the first IP address of this network.
ipv4-network)) ¶Returns the hostmask as an IP address.
ipv4-network)) ¶Returns the last IP address of this network.
ipv4-network)) ¶ipv4-network)) ¶automatically generated reader method
Returns the netmask as an IP address.
ipv4-network)) ¶ipv4-network)) ¶automatically generated reader method
ipv4-network) &key) ¶ipv4-address) out) ¶ipv4-network) out) ¶Transforms a list of integers in strings into a single integer, by having each integer going through its byte representation, then concatenating all the bytes, and returning the value of these bits. With math.
| Jump to: | A B F G H I L M N P R S W | 
|---|
| Jump to: | A B F G H I L M N P R S W | 
|---|
| Jump to: | *
   
 I M S W  | 
|---|
| Jump to: | *
   
 I M S W  | 
|---|
| Jump to: | A C F G I M N P S | 
|---|
| Jump to: | A C F G I M N P S | 
|---|