rust/src/libstd/net
Abhishek Chanda f60f4b7d7c Fix check for globally routable IPv4 address
- Adds two more functions for broadcast address and special
  address classes reserved for documentation
- Modifies the globally routable IP check to include these
  new functions

Fixes #24314
2015-04-13 12:38:09 -07:00
..
addr.rs Fix check for globally routable IPv4 address 2015-04-13 12:38:09 -07:00
ip.rs Fix check for globally routable IPv4 address 2015-04-13 12:38:09 -07:00
mod.rs std: Stabilize last bits of io::Error 2015-03-31 16:12:48 -07:00
parser.rs impl FromStr for IpAddr 2015-03-26 13:31:37 -07:00
tcp.rs std: Deny most warnings in doctests 2015-04-07 17:54:34 -07:00
test.rs std: Stabilize the net module 2015-03-13 16:47:42 -07:00
udp.rs std: Deny most warnings in doctests 2015-04-07 17:54:34 -07:00