Home
last modified time | relevance | path

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

/external/libppp/src/
Dncpaddr.c891 int scopeid = -1; in ncprange_scopeid() local
896 if ((scopeid = ntohs(*(const u_short *)&sin6->s6_addr[2])) == 0) in ncprange_scopeid()
897 scopeid = -1; in ncprange_scopeid()
900 return scopeid; in ncprange_scopeid()
Diface.c657 int scopeid, width; in iface_Show() local
704 if ((scopeid = ncprange_scopeid(&iface->addr[f].ifa)) != -1) in iface_Show()
705 prompt_Printf(arg->prompt, " scopeid 0x%x", (unsigned)scopeid); in iface_Show()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c4231 mDNSu32 scopeid = (mDNSu32)(uintptr_t)ar->resrec.InterfaceID; in LogEtcHosts() local
4232 …LogMsgNoIdent(" %s %u %s", RecordTypeName(ar->resrec.RecordType), scopeid, ARDisplayString(m, a… in LogEtcHosts()