Searched defs:if_nametoindex (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/virt/
H A Dvirt_utils.py3170 def if_nametoindex(ifname): function
3237 index = if_nametoindex(ifname)
/external/mdnsresponder/Clients/
H A Ddns-sd.c105 #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()
1086 opinterface = if_nametoindex(argv[2]);

Completed in 162 milliseconds