Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-ip6-addr.c48 char interface_id[UV_IF_NAMESIZE]; in TEST_IMPL()
/third_party/node/src/
H A Dtcp_wrap.cc390 char ip[INET6_ADDRSTRLEN + UV_IF_NAMESIZE]; in AddressToJS()
409 CHECK_GE(scopeidlen, UV_IF_NAMESIZE); in AddressToJS()
/third_party/libuv/src/unix/
H A Dgetaddrinfo.c230 char ifname_buf[UV_IF_NAMESIZE]; in uv_if_indextoname()
/third_party/node/deps/uv/src/unix/
H A Dgetaddrinfo.c227 char ifname_buf[UV_IF_NAMESIZE]; in uv_if_indextoname()
/third_party/libuv/include/
H A Duv.h1802 # define UV_IF_NAMESIZE (IF_NAMESIZE + 1) macro
1804 # define UV_IF_NAMESIZE (IFNAMSIZ + 1) macro
1806 # define UV_IF_NAMESIZE (16 + 1) macro
/third_party/libuv/include/uv_ndk/
H A Duv.h1666 # define UV_IF_NAMESIZE (IF_NAMESIZE + 1) macro
1668 # define UV_IF_NAMESIZE (IFNAMSIZ + 1) macro
1670 # define UV_IF_NAMESIZE (16 + 1) macro
/third_party/node/deps/uv/include/
H A Duv.h1690 # define UV_IF_NAMESIZE (IF_NAMESIZE + 1) macro
1692 # define UV_IF_NAMESIZE (IFNAMSIZ + 1) macro
1694 # define UV_IF_NAMESIZE (16 + 1) macro

Completed in 11 milliseconds