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

/external/chromium_org/third_party/skia/forth/
H A DForth.cpp188 size_t ifIndex = fData.count(); local
189 fIfStack.push(ifIndex);
201 size_t ifIndex = fIfStack.top(); local
203 fData[ifIndex] |= (elseIndex - ifIndex) << kCodeDataShift;
/external/mdnsresponder/Clients/
H A Ddns-sd.c340 static void DNSSD_API enum_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, argument
349 (void)ifIndex; // Unused
417 static void DNSSD_API zonedata_resolve(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, argument
430 (void)ifIndex; // Unused
477 static void DNSSD_API zonedata_browse(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, argument
491 DNSServiceResolve(newref, kDNSServiceFlagsShareConnection, ifIndex, replyName, replyType, replyDomain, zonedata_resolve, newref);
494 static void DNSSD_API browse_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, argument
505 else printf("%s%6X%3d %-25s %-25s %s\n", op, flags, ifIndex, replyDomain, replyType, replyName);
547 static void DNSSD_API resolve_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, argument
554 (void)ifIndex; // Unuse
679 qr_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullname, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32_t ttl, void *context) argument
760 port_mapping_create_reply(DNSServiceRef sdref, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, uint32_t publicAddress, uint32_t protocol, uint16_t privatePort, uint16_t publicPort, uint32_t ttl, void *context) argument
[all...]
/external/libpcap/
H A Dpcap1.h143 bpf_u_int32 ifIndex; /* abstracted interface index */ member in struct:pcap1_info_packet

Completed in 244 milliseconds