Searched defs:LOCALHOST (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/rustix/src/net/ |
D | ip.rs | 502 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/ |
D | run.py | 41 LOCALHOST = '127.0.0.1' variable
|
D | rpc.py | 71 LOCALHOST = '127.0.0.1' variable
|