Lines Matching refs:ranges
7 # IPLib - Handle IPv4, IPv6 and IP ranges
12 This library can handle IPv4, IPv6 addresses, as well as IP ranges, in CIDR formats (like `::1/128`…
129 ### Format addresses and ranges
131 Both IP addresses and ranges have a `toString` method that you can use to retrieve a textual repres…
232 ### Converting IP ranges
234 This library supports IPv4/IPv6 ranges in pattern format (eg. `192.168.*.*`) and in CIDR/subnet for…
250 ### Getting the subnet mask for IPv4 ranges
252 You can use the `getSubnetMask()` to get the subnet mask for IPv4 ranges:
264 …feature: you can store address ranges in a database table, and check if an address is contained in…
290 insert into ranges (addressType, rangeFrom, rangeTo)
299 // Retrieve the saved ranges where an address $address falls:
301 select * from ranges