HomeSort by relevance Sort by last modified time
    Searched defs:if_nametoindex (Results 1 - 13 of 13) sorted by null

  /external/mdnsresponder/mDNSWindows/
PosixCompat.c 27 if_nametoindex( const char * ifname ) function
39 // On Vista and above there is a Posix like implementation of if_nametoindex
40 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
  /bionic/libc/bionic/
net_if.cpp 61 unsigned if_nametoindex(const char* ifname) { function
  /external/mdnsresponder/Clients/
dns-sd.c 105 #define if_nametoindex if_nametoindex_win macro
121 // On Vista and above there is a Posix like implementation of if_nametoindex
122 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
171 #include <net/if.h> // For if_nametoindex()
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Linux.java 106 public native int if_nametoindex(String name); method in class:Linux
Os.java 101 public int if_nametoindex(String name); method in interface:Os
ForwardingOs.java 115 public int if_nametoindex(String name) { return os.if_nametoindex(name); } method in class:ForwardingOs
  /libcore/luni/src/main/java/android/system/
Os.java 259 * See <a href="http://man7.org/linux/man-pages/man3/if_nametoindex.3.html">if_nametoindex(3)</a>.
261 public static int if_nametoindex(String name) { return Libcore.os.if_nametoindex(name); } method in class:Os
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 285 milliseconds