TestTC some test.
[brdnet.git] / NetAddr-str.pas
blob64fee0dd399596b86f29044549e7539f1b0c96ee
1 {include file to convert network address to human readable string}
3 {distinguish ip versions:
4 if the first 12 bytes are FFh it is ipv4
5 cannot be 0 becouse ::1 is localhost
8 {Format of IPv4 address:
9 ddd.ddd.ddd.ddd}
11 {Format of IPv6 address:
12 xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx}
14 {currently using libc implementation}