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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c88 typedef ULONG (WINAPI * if_nametoindex_funcptr_t)(PCSTR name); typedef
98 if_nametoindex_funcptr_t if_nametoindex_funcptr;
101 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )

Completed in 63 milliseconds