Home | History | Annotate | Download | only in Clients

Lines Matching defs:if_nametoindex

105 	#define if_nametoindex if_nametoindex_win
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()
1086 opinterface = if_nametoindex(argv[2]);