Searched refs:scopeid (Results 1 – 8 of 8) sorted by relevance
/external/curl/lib/ |
D | if2ip.c | 127 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/ |
D | lib1560.c | 954 static int scopeid(void) in scopeid() function 1084 if(scopeid()) in test()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_getnameinfo.c | 77 static void append_scopeid(struct sockaddr_in6 *addr6, unsigned int scopeid,
|
/external/python/cpython2/Doc/library/ |
D | socket.rst | 45 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/ |
D | base_events.py | 103 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/ |
D | 3.7.0b2.rst | 402 ``%scope`` part since the same information is already encoded in *scopeid*
|
D | 3.8.0a1.rst | 6038 ``%scope`` part since the same information is already encoded in *scopeid*
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 4233 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()
|