Searched refs:UNSPEC (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | types.rs | 57 pub const UNSPEC: Self = Self(c::AF_UNSPEC as _); consts
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_base_events.py | 55 UNSPEC = socket.AF_UNSPEC 73 base_events._ipaddr_info('1.2.3.4', 1, UNSPEC, STREAM, TCP)) 77 base_events._ipaddr_info('1.2.3.4', 1, UNSPEC, DGRAM, UDP)) 82 base_events._ipaddr_info('1.2.3.4', 1, UNSPEC, STREAM, 0)) 87 base_events._ipaddr_info('1.2.3.4', 1, UNSPEC, DGRAM, 0)) 91 base_events._ipaddr_info('1.2.3.4', 1, UNSPEC, 0, 0)) 104 base_events._ipaddr_info('::3', 1, UNSPEC, STREAM, TCP))
|
/third_party/tzdata/ |
H A D | localtime.c | 101 static char const UNSPEC[] = "-00"; variable 107 enum { CHARS_EXTRA = max(sizeof UNSPEC, 2) - 1 }; 229 return memcmp(abbr, UNSPEC, sizeof UNSPEC) == 0; in ttunspecified()
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | types.rs | 58 pub const UNSPEC: Self = Self(c::AF_UNSPEC as _); consts
|
Completed in 8 milliseconds