HomeSort by: relevance | last modified time | path
    Searched defs:if_nametoindex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/Clients/
dns-sd.c 92 #define if_nametoindex if_nametoindex_win macro
108 // On Vista and above there is a Posix like implementation of if_nametoindex
109 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
198 #include <net/if.h> // For if_nametoindex()
2150 opinterface = if_nametoindex(argv[2]);
  /src/lib/libc/include/
namespace.h 458 #define if_nametoindex _if_nametoindex macro

Completed in 18 milliseconds