Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java463 public static int getIfIndexForName( String ifName) in getIfIndexForName()
506 abstract protected int _getIfIndexForName( String ifName); in _getIfIndexForName()
654 protected int _getIfIndexForName( String ifName) in _getIfIndexForName()
667 protected native int GetIfIndexForName( String ifName); in GetIfIndexForName()
/titanic_44/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c985 jstring ifName) in Java_com_apple_dnssd_AppleDNSSD_GetIfIndexForName()
1006 char * ifName = NULL; in if_indextoname() local