Networks.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | NET_IPV4_LEN | = | 15 |
IPv4 address length. |
integer, | public, | parameter | :: | NET_IPV6_LEN | = | 45 |
IPv6 address length. |
Returns .true.
if the argument is a valid IPv4 address.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | address |
IPv4 address. |