Home
last modified time | relevance | path

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

/external/curl/lib/
Dif2ip.c126 unsigned int scopeid = 0; in Curl_if2ip() local
142 scopeid = ((struct sockaddr_in6 *)(void *)iface->ifa_addr) in Curl_if2ip()
146 if(remote_scope_id && scopeid != remote_scope_id) { in Curl_if2ip()
153 if(scopeid) in Curl_if2ip()
154 msnprintf(scope, sizeof(scope), "%%%u", scopeid); in Curl_if2ip()
/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/Doc/library/
Dsocket.rst81 scopeid)`` is used, where *flowinfo* and *scopeid* represent the ``sin6_flowinfo``
83 :mod:`socket` module methods, *flowinfo* and *scopeid* can be omitted just for
84 backward compatibility. Note, however, omission of *scopeid* can cause problems
88 For multicast addresses (with *scopeid* meaningful) *address* may not contain
739 contains meaningful *scopeid*. Usually this happens for multicast addresses.
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b2.rst403 ``%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()