Content-Type: text/html Content-Length: 939
| IP | ^inet:aton[IP] | ^inet:ntoa(^inet:aton[IP]) |
| 10.0.0.2 | 167772162 | 10.0.0.2 |
| 213.152.135.132 | 3583543172 | 213.152.135.132 |
| 255.255.255.254 | 4294967294 | 255.255.255.254 |
| 255.255.255.255 | 4294967295 | 255.255.255.255 |
| 10.0.0..2 | Exception: Invalid IP address '10.0.0..2' specified. | — |
| 10.1 | Exception: Invalid IP address '10.1' specified. | — |
| .10.1.1.1 | Exception: Invalid IP address '.10.1.1.1' specified. | — |
| 10.1.1. | Exception: Invalid IP address '10.1.1.' specified. | — |
| Exception: IP address must not be empty. | — |