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

  /bionic/libc/bionic/
if_nametoindex.c 40 unsigned int 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...]

Completed in 44 milliseconds