ipv4 address
This is an IPv4 adddress. IPv4 addresses are composed of four single-byte integers separated by periods, such as 192.168.1.7
.
Version | Platforms |
---|---|
8.0.584.0 | AIX, HP-UX, Mac, Red Hat, SUSE, Session, Solaris, Windows |
8.1.535.0 | Debian, Ubuntu |
9.5.13.130 | Raspbian |
Creation
Returns the lowest 32-bits of the IPv6 address as an IPv4 address.As of version 8.0, this inspector type is derived from an <ipv4or6 address> type.
Version | Platforms |
---|---|
8.0.584.0 | AIX, HP-UX, Mac, Red Hat, SUSE, Session, Solaris, Windows |
8.1.535.0 | Debian, Ubuntu |
9.5.13.130 | Raspbian |
Returns the subnet mask (IPv4) of the specified network ip interface.As of version 8.0, this inspector type is derived from an <ipv4or6 address> type.
Version | Platforms |
---|---|
8.0.584.0 | AIX, HP-UX, Mac, Red Hat, SUSE, Solaris, Windows |
8.1.535.0 | Debian, Ubuntu |
9.5.13.130 | Raspbian |
Properties
Returns the minimum and maximum from a list of addresses.
- Q: extrema of ipv4 addresses ("24.22.64.0"; "192.168.56.3"; "9.22.100.0")
- A: 9.22.100.0, 192.168.56.3
Version | Platforms |
---|---|
8.0.584.0 | AIX, HP-UX, Mac, Red Hat, SUSE, Session, Solaris, Windows |
8.1.535.0 | Debian, Ubuntu |
9.5.13.130 | Raspbian |
Returns the maximum value from a list of addresses.
- Q: maximum of ipv4 addresses ("24.22.64.0"; "192.168.56.3"; "9.22.100.0")
- A: 192.168.56.3
Version | Platforms |
---|---|
8.0.584.0 | AIX, HP-UX, Mac, Red Hat, SUSE, Session, Solaris, Windows |
8.1.535.0 | Debian, Ubuntu |
9.5.13.130 | Raspbian |
Returns the minimum value from a list of addresses.
- Q: minimum of ipv4 addresses ("24.22.64.0"; "192.168.56.3"; "9.22.100.0")
- A: 9.22.100.0
Version | Platforms |
---|---|
8.0.584.0 | AIX, HP-UX, Mac, Red Hat, SUSE, Session, Solaris, Windows |
8.1.535.0 | Debian, Ubuntu |
9.5.13.130 | Raspbian |
Returns the unique values from a list of addresses.
- Q: unique values of ipv4 addresses ("192.168.56.3"; "9.22.100.0"; "9.22.100.0")
- A: 9.22.100.0
- A: 192.168.56.3
Version | Platforms |
---|---|
8.0.584.0 | AIX, HP-UX, Mac, Red Hat, SUSE, Session, Solaris, Windows |
8.1.535.0 | Debian, Ubuntu |
9.5.13.130 | Raspbian |
Casts
Returns the specified IPv4 address embedded in a IPv6 address as defined by RFC 4291 section 2.5.5. In this scheme the lowest 32 bits of the IPv6 address contain the IPv4 address, the next higher 16 bits are all 1
and the remaining bits are all 0
.
- Q: ipv4 address "192.168.56.3" as ipv6 address
- A: 0:0:0:0:0:ffff:c0a8:3803
Version | Platforms |
---|---|
8.0.584.0 | AIX, HP-UX, Mac, Red Hat, SUSE, Session, Solaris, Windows |
8.1.535.0 | Debian, Ubuntu |
9.5.13.130 | Raspbian |