NetToHost
Convert a network address to a host address.
Declaration
Source position: socketsh.inc line 200
function NetToHost(Net: in_addr) : in_addr;
function NetToHost(Net: LongInt) : LongInt;
Description
NetToHost converts a network address to a host address. It takes care of endianness of the host machine. The address can be specified as a dotted quad or as a longint.
Errors
None.
See also
Name | Description |
---|---|
HostToNet | Convert a host address to a network address |
HToNS | Convert short integer from host ordered to network ordered |
NToHS | Convert short integer from network ordered to host ordered |
ShortHostToNet | Convert a host port number to a network port number |
ShortNetToHost | Convert a network port number to a host port number |