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

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/
H A DPosixCompat.c64 if_indextoname_funcptr_t if_indextoname_funcptr; local
67 if ((if_indextoname_funcptr = (if_indextoname_funcptr_t) GetProcAddress(library, "if_indextoname")) != NULL )
69 name = if_indextoname_funcptr(ifindex, ifname);
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c128 if_indextoname_funcptr_t if_indextoname_funcptr; local
131 if ((if_indextoname_funcptr = (if_indextoname_funcptr_t) GetProcAddress(library, "if_indextoname")) != NULL )
133 name = if_indextoname_funcptr(ifindex, ifname);

Completed in 215 milliseconds