Lines Matching defs:ifIndex

49 static char *   win32_if_indextoname( DWORD ifIndex, char * nameBuff);
338 jint flags, jint ifIndex, jstring regType, jstring domain)
360 err = DNSServiceBrowse( &pContext->ServiceRef, flags, ifIndex, regStr, domainStr, ServiceBrowseReply, pContext);
424 jint flags, jint ifIndex, jstring serviceName, jstring regType, jstring domain)
443 err = DNSServiceResolve( &pContext->ServiceRef, flags, ifIndex,
486 jint ifIndex, jint flags, jstring serviceName, jstring regType,
522 err = DNSServiceRegister( &pContext->ServiceRef, flags, ifIndex, servStr, regStr,
701 jint flags, jint ifIndex, jstring fullname, jint rrType, jint rrClass,
730 err = DNSServiceRegisterRecord( pContext->ServiceRef, &recRef, flags, ifIndex,
787 jint flags, jint ifIndex, jstring serviceName, jint rrtype, jint rrclass)
804 err = DNSServiceQueryRecord( &pContext->ServiceRef, flags, ifIndex, servStr,
843 jint flags, jint ifIndex)
862 err = DNSServiceEnumerateDomains( &pContext->ServiceRef, flags, ifIndex,
901 jint flags, jint ifIndex, jstring fullName,
911 DNSServiceReconfirmRecord( flags, ifIndex, nameStr, rrtype, rrclass, numBytes, pBytes);
923 jint ifIndex)
927 if (ifIndex == (jint) kDNSServiceInterfaceIndexP2P)
929 else if (ifIndex != (jint) kDNSServiceInterfaceIndexLocalOnly)
930 p = if_indextoname( ifIndex, nameBuff );
939 uint32_t ifIndex = kDNSServiceInterfaceIndexLocalOnly;
943 ifIndex = kDNSServiceInterfaceIndexP2P;
945 ifIndex = if_nametoindex( nameStr);
949 return ifIndex;
955 win32_if_indextoname( DWORD ifIndex, char * nameBuff)
985 if (pAdapter->Index == ifIndex)
1017 DWORD ifIndex = 0;
1044 ifIndex = pAdapter->Index;
1059 return ifIndex;