Home
last modified time | relevance | path

Searched refs:if_nametoindex_funcptr_t (Results 1 – 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSWindows/
DPosixCompat.c23 typedef ULONG (WINAPI * if_nametoindex_funcptr_t)(PCSTR name); typedef
37 if_nametoindex_funcptr_t if_nametoindex_funcptr; in if_nametoindex()
40 …if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")… in if_nametoindex()
/external/mdnsresponder/Clients/
Ddns-sd.c109 typedef ULONG (WINAPI * if_nametoindex_funcptr_t)(PCSTR name); typedef
119 if_nametoindex_funcptr_t if_nametoindex_funcptr; in if_nametoindex_win()
122 …if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")… in if_nametoindex_win()