Searched refs:if_nametoindex_funcptr_t (Results 1 – 2 of 2) sorted by relevance
23 typedef ULONG (WINAPI * if_nametoindex_funcptr_t)(PCSTR name); typedef37 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()
109 typedef ULONG (WINAPI * if_nametoindex_funcptr_t)(PCSTR name); typedef119 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()