Home
last modified time | relevance | path

Searched defs:LOCALHOST (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/net/
H A Dip.rs502 pub const LOCALHOST: Self = Ipv4Addr::new(127, 0, 0, 1); consts
1234 pub const LOCALHOST: Self = Ipv6Addr::new(0, 0, 0, 0, 0, 0, 0, 1); consts
[all...]
/third_party/python/Lib/idlelib/
H A Drun.py41 LOCALHOST = '127.0.0.1' variable
H A Drpc.py71 LOCALHOST = '127.0.0.1' variable

Completed in 8 milliseconds