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

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-ip6-addr.c75 ASSERT(0 == uv_if_indextoname(iface_index, scoped_addr, &scoped_addr_len));
114 ASSERT(0 != uv_if_indextoname((unsigned int)-1, scoped_addr, &scoped_addr_len));
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dgetaddrinfo.c226 int uv_if_indextoname(unsigned int ifindex, char* buffer, size_t* size) { function
251 return uv_if_indextoname(ifindex, buffer, size);
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dgetaddrinfo.c399 int uv_if_indextoname(unsigned int ifindex, char* buffer, size_t* size) { function
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h1697 UV_EXTERN int uv_if_indextoname(unsigned int ifindex,

Completed in 126 milliseconds