HomeSort by relevance Sort by last modified time
    Searched refs:ifIndex (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/forth/
Forth.cpp 188 size_t ifIndex = fData.count();
189 fIfStack.push(ifIndex);
201 size_t ifIndex = fIfStack.top();
203 fData[ifIndex] |= (elseIndex - ifIndex) << kCodeDataShift;
  /external/mdnsresponder/Clients/
dns-sd.c 133 char * if_indextoname_win( unsigned ifindex, char *ifname)
146 name = if_indextoname_funcptr(ifindex, ifname);
340 static void DNSSD_API enum_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex,
349 (void)ifIndex; // Unused
417 static void DNSSD_API zonedata_resolve(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode,
430 (void)ifIndex; // Unused
477 static void DNSSD_API zonedata_browse(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode,
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,
505 else printf("%s%6X%3d %-25s %-25s %s\n", op, flags, ifIndex, replyDomain, replyType, replyName)
    [all...]
  /external/libpcap/
pcap1.h 143 bpf_u_int32 ifIndex; /* abstracted interface index */

Completed in 68 milliseconds