Searched refs:if_nametoindex_funcptr (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/Clients/
H A Ddns-sd.c119 if_nametoindex_funcptr_t if_nametoindex_funcptr; local
122 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
124 index = if_nametoindex_funcptr(ifname);

Completed in 158 milliseconds