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

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/
H A DPosixCompat.c22 typedef PCHAR (WINAPI * if_indextoname_funcptr_t)(ULONG index, PCHAR name); typedef
64 if_indextoname_funcptr_t if_indextoname_funcptr;
67 if ((if_indextoname_funcptr = (if_indextoname_funcptr_t) GetProcAddress(library, "if_indextoname")) != NULL )
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c95 typedef PCHAR (WINAPI * if_indextoname_funcptr_t)(ULONG index, PCHAR name); typedef
128 if_indextoname_funcptr_t if_indextoname_funcptr;
131 if ((if_indextoname_funcptr = (if_indextoname_funcptr_t) GetProcAddress(library, "if_indextoname")) != NULL )

Completed in 172 milliseconds