Home
last modified time | relevance | path

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

/external/curl/lib/
Dif2ip.c127 unsigned int scopeid = 0; in Curl_if2ip() local
144 scopeid = ((struct sockaddr_in6 *)(void *)iface->ifa_addr) in Curl_if2ip()
148 if(local_scope_id && scopeid != local_scope_id) { in Curl_if2ip()
155 if(scopeid) in Curl_if2ip()
156 msnprintf(scope, sizeof(scope), "%%%u", scopeid); in Curl_if2ip()
/external/curl/tests/libtest/
Dlib1560.c954 static int scopeid(void) in scopeid() function
1084 if(scopeid()) in test()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_getnameinfo.c77 static void append_scopeid(struct sockaddr_in6 *addr6, unsigned int scopeid,
/external/python/cpython2/Doc/library/
Dsocket.rst45 scopeid)`` is used, where *flowinfo* and *scopeid* represents ``sin6_flowinfo``
47 :mod:`socket` module methods, *flowinfo* and *scopeid* can be omitted just for
48 backward compatibility. Note, however, omission of *scopeid* can cause problems
/external/python/cpython3/Lib/asyncio/
Dbase_events.py103 def _ipaddr_info(host, port, family, type, proto, flowinfo=0, scopeid=0): argument
152 return af, type, proto, '', (host, port, flowinfo, scopeid)
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b2.rst402 ``%scope`` part since the same information is already encoded in *scopeid*
D3.8.0a1.rst6038 ``%scope`` part since the same information is already encoded in *scopeid*
/external/mdnsresponder/mDNSShared/
Duds_daemon.c4233 mDNSu32 scopeid = (mDNSu32)(uintptr_t)ar->resrec.InterfaceID; in LogEtcHosts() local
4234 …LogMsgNoIdent(" %s %u %s", RecordTypeName(ar->resrec.RecordType), scopeid, ARDisplayString(m, a… in LogEtcHosts()