Home
last modified time | relevance | path

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

/external/mdnsresponder/Clients/
Ddns-sd.c340 static void DNSSD_API enum_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, in enum_reply() argument
349 (void)ifIndex; // Unused in enum_reply()
417 …edata_resolve(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorT… in zonedata_resolve() argument
430 (void)ifIndex; // Unused in zonedata_resolve()
477 …nedata_browse(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorT… in zonedata_browse() argument
491 …DNSServiceResolve(newref, kDNSServiceFlagsShareConnection, ifIndex, replyName, replyType, replyDom… in zonedata_browse()
494 … browse_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorT… in browse_reply() argument
505 else printf("%s%6X%3d %-25s %-25s %s\n", op, flags, ifIndex, replyDomain, replyType, replyName); in browse_reply()
547 …resolve_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorT… in resolve_reply() argument
554 (void)ifIndex; // Unused in resolve_reply()
[all …]
/external/skia/forth/
DForth.cpp188 size_t ifIndex = fData.count(); in appendIF() local
189 fIfStack.push(ifIndex); in appendIF()
201 size_t ifIndex = fIfStack.top(); in appendELSE() local
203 fData[ifIndex] |= (elseIndex - ifIndex) << kCodeDataShift; in appendELSE()
/external/libpcap/
Dpcap1.h143 bpf_u_int32 ifIndex; /* abstracted interface index */ member