Searched defs:if_indextoname (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/Clients/
H A Ddns-sd.c106 #define if_indextoname if_indextoname_win macro
143 // On Vista and above there is a Posix like implementation of if_indextoname
144 if ((if_indextoname_funcptr = (if_indextoname_funcptr_t) GetProcAddress(library, "if_indextoname")) != NULL )
805 if (!if_indextoname(s6->sin6_scope_id, if_name))

Completed in 324 milliseconds