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

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinterface_id.c108 if_indextoname(uint32_t ifindex, char *ifname) function
/illumos-gate/usr/src/man/man3xnet/
H A DMakefile67 if_indextoname.3xnet \
103 if_indextoname.3xnet := LINKSRC = if_nametoindex.3xnet
/illumos-gate/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c51 #define if_indextoname win32_if_indextoname macro
930 p = if_indextoname( ifIndex, nameBuff );
/illumos-gate/usr/src/man/man3socket/
H A DMakefile98 if_indextoname.3socket \
207 if_indextoname.3socket := LINKSRC = if_nametoindex.3socket
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c85 #define if_indextoname if_indextoname_win macro
122 // On Vista and above there is a Posix like implementation of if_indextoname
123 if ((if_indextoname_funcptr = (if_indextoname_funcptr_t) GetProcAddress(library, "if_indextoname")) != NULL )
1157 if (!if_indextoname(s6->sin6_scope_id, if_name))

Completed in 79 milliseconds