User`s guide
144
K
A
DAK
KwikNet Low Level Services
The following BSD-like services are also available in the KwikNet IP Library.
gethostbyname Get the IP address of a host with a specific domain name
netlong = htonl(hostlong) Convert long from host to network endian form
netshort = htons(hostshort) Convert short from host to network endian form
hostlong = ntohl(netlong) Convert long from network to host endian form
hostshort = ntohs(netshort) Convert short from network to host endian form