Lines Matching defs:ifIndex

108 static char	*	if_indextoname( DWORD ifIndex, char * nameBuff);
389 jint flags, jint ifIndex, jstring regType, jstring domain)
411 err = DNSServiceBrowse( &pContext->ServiceRef, flags, ifIndex, regStr, domainStr, ServiceBrowseReply, pContext);
475 jint flags, jint ifIndex, jstring serviceName, jstring regType, jstring domain)
494 err = DNSServiceResolve( &pContext->ServiceRef, flags, ifIndex,
537 jint ifIndex, jint flags, jstring serviceName, jstring regType,
573 err = DNSServiceRegister( &pContext->ServiceRef, flags, ifIndex, servStr, regStr,
752 jint flags, jint ifIndex, jstring fullname, jint rrType, jint rrClass,
781 err = DNSServiceRegisterRecord( pContext->ServiceRef, &recRef, flags, ifIndex,
838 jint flags, jint ifIndex, jstring serviceName, jint rrtype, jint rrclass)
855 err = DNSServiceQueryRecord( &pContext->ServiceRef, flags, ifIndex, servStr,
894 jint flags, jint ifIndex)
913 err = DNSServiceEnumerateDomains( &pContext->ServiceRef, flags, ifIndex,
952 jint flags, jint ifIndex, jstring fullName,
962 DNSServiceReconfirmRecord( flags, ifIndex, nameStr, rrtype, rrclass, numBytes, pBytes);
973 jint ifIndex)
977 if (ifIndex != (jint) kDNSServiceInterfaceIndexLocalOnly)
978 p = if_indextoname( ifIndex, nameBuff );
987 uint32_t ifIndex = kDNSServiceInterfaceIndexLocalOnly;
991 ifIndex = if_nametoindex( nameStr);
995 return ifIndex;
1001 if_indextoname( DWORD ifIndex, char * nameBuff)
1031 if (pAdapter->Index == ifIndex)
1063 DWORD ifIndex = 0;
1090 ifIndex = pAdapter->Index;
1105 return ifIndex;