Searched defs:scopeid (Results 1 – 8 of 8) sorted by relevance
/third_party/musl/src/network/ |
D | lookup_ipliteral.c | 27 unsigned long long scopeid = 0; in __lookup_ipliteral() local
|
D | getnameinfo.c | 45 static void reverse_hosts(char *buf, const unsigned char *a, unsigned scopeid, int family) in reverse_hosts() 130 unsigned scopeid; in getnameinfo() local
|
D | lookup.h | 35 unsigned scopeid; member
|
/third_party/node/test/parallel/ |
D | test-dgram-udp6-link-local-address.js | 12 for (const { address, family, scopeid } of entries) { field
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | getnameinfo.c | 45 static void reverse_hosts(char *buf, const unsigned char *a, unsigned scopeid, int family) in reverse_hosts() 130 unsigned scopeid; in getnameinfo() local
|
/third_party/musl/porting/linux/user/src/network/ |
D | getnameinfo.c | 64 static void reverse_hosts(char *buf, const unsigned char *a, unsigned scopeid, int family) in reverse_hosts() 151 unsigned scopeid; in getnameinfo() local
|
/third_party/node/src/ |
D | node_os.cc | 229 uint32_t scopeid = interfaces[i].address.address6.sin6_scope_id; in GetInterfaceAddresses() local
|
/third_party/python/Lib/asyncio/ |
D | base_events.py | 103 def _ipaddr_info(host, port, family, type, proto, flowinfo=0, scopeid=0): argument
|