Searched defs:ifName (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java415 @param ifName
423 public static int getIfIndexForName( String ifName) argument
424 { return getInstance()._getIfIndexForName( ifName); }
466 abstract protected int _getIfIndexForName( String ifName); argument
617 protected int _getIfIndexForName( String ifName) argument
619 return GetIfIndexForName( ifName);
630 protected native int GetIfIndexForName( String ifName); argument
/illumos-gate/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c937 jstring ifName)
940 const char *nameStr = SafeGetUTFChars( pEnv, ifName);
947 SafeReleaseUTFChars( pEnv, ifName, nameStr);
960 char * ifName = NULL; local
992 ifName = nameBuff;
1007 return ifName;
936 Java_com_apple_dnssd_AppleDNSSD_GetIfIndexForName( JNIEnv *pEnv, jobject pThis _UNUSED, jstring ifName) argument

Completed in 87 milliseconds