Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java423 public static int getIfIndexForName( String ifName) in getIfIndexForName() argument
466 abstract protected int _getIfIndexForName( String ifName); in _getIfIndexForName() argument
617 protected int _getIfIndexForName( String ifName) in _getIfIndexForName() argument
630 protected native int GetIfIndexForName( String ifName); in GetIfIndexForName() argument
/titanic_51/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c937 jstring ifName) in Java_com_apple_dnssd_AppleDNSSD_GetIfIndexForName() argument
960 char * ifName = NULL; in win32_if_indextoname() local