rust/src/libstd/net
bors ead9212c33 Auto merge of #36707 - achanda:ip_type, r=alexcrichton
Add two functions to check type of given address

The is_v4 function returns true if the given IP is v4. The is_v6
function returns true if the IP is v6.
2016-10-10 17:18:01 -07:00
..
addr.rs Ignore various entire test modules on emscripten 2016-09-30 14:02:56 -07:00
ip.rs Auto merge of #36707 - achanda:ip_type, r=alexcrichton 2016-10-10 17:18:01 -07:00
mod.rs Add a platform-abstraction tidy script 2016-10-02 14:52:15 -07:00
parser.rs std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00
tcp.rs Ignore entire test modules on emscripten instead of individual tests 2016-09-30 14:02:52 -07:00
test.rs Add a platform-abstraction tidy script 2016-10-02 14:52:15 -07:00
udp.rs Ignore entire test modules on emscripten instead of individual tests 2016-09-30 14:02:52 -07:00