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

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/
H A DPosixCompat.c37 if_nametoindex_funcptr_t if_nametoindex_funcptr; local
40 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
42 index = if_nametoindex_funcptr(ifname);
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c106 if_nametoindex_funcptr_t if_nametoindex_funcptr; local
109 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
111 index = if_nametoindex_funcptr(ifname);

Completed in 115 milliseconds