Home
last modified time | relevance | path

Searched defs:scopeid (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/src/network/
Dlookup_ipliteral.c27 unsigned long long scopeid = 0; in __lookup_ipliteral() local
Dgetnameinfo.c45 static void reverse_hosts(char *buf, const unsigned char *a, unsigned scopeid, int family) in reverse_hosts()
130 unsigned scopeid; in getnameinfo() local
Dlookup.h35 unsigned scopeid; member
/third_party/node/test/parallel/
Dtest-dgram-udp6-link-local-address.js12 for (const { address, family, scopeid } of entries) { field
/third_party/musl/porting/liteos_a/user/src/network/
Dgetnameinfo.c45 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/
Dgetnameinfo.c64 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/
Dnode_os.cc229 uint32_t scopeid = interfaces[i].address.address6.sin6_scope_id; in GetInterfaceAddresses() local
/third_party/python/Lib/asyncio/
Dbase_events.py103 def _ipaddr_info(host, port, family, type, proto, flowinfo=0, scopeid=0): argument