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

/external/dhcpcd/
H A Dnet.c80 if_nametoindex(const char *ifname) function
216 iface->metric = 200 + if_nametoindex(iface->name);
/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 500 milliseconds