LispWorks User Guide and Reference Manual > 26 The COMM Package

NextPrevUpTopContentsIndex

ip-address-string

Function
Summary

Returns the dotted IP address string from the integer IP address.

Package

comm

Signature

ip-address-string ip-address => string-ip-address

Arguments

ip-address

An integer.

Values

string-ip-address

The dotted string format of the given IP address.

Description

The ip-address-string function converts its argument to a string in the standard dotted IP address notation a.b.c.d.

See also

string-ip-address


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex