Home
last modified time | relevance | path

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

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