libuv/docs/src
Pekka Nikander 695afe8322
unix,win: add uv_if_{indextoname,indextoiid}
uv_if_indextoname() is used to convert an IPv6 scope_id
to an interface identifier string such as %eth0 or %lo.

uv_if_indextoiid() returns an IPv6 interface identifier.
On Unix it calls uv_if_indextoname(). On Windows it uses
snprintf() to return the numeric interface identifier as
a string.

Refs: https://github.com/nodejs/node/pull/14500
PR-URL: https://github.com/libuv/libuv/pull/1445
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2017-11-06 09:54:47 -05:00
..
guide unix,win: add uv_mutex_init_recursive() 2017-10-02 10:01:09 -04:00
sphinx-plugins
static
api.rst
async.rst doc: document uv_async_(init|send) return values 2017-07-27 17:54:45 +02:00
check.rst
conf.py
design.rst
dll.rst
dns.rst
errors.rst
fs_event.rst
fs_poll.rst
fs.rst unix,win: add fs open flags, map O_DIRECT|O_DSYNC 2017-10-03 12:49:54 +02:00
guide.rst
handle.rst
idle.rst
index.rst
loop.rst doc: mark uv_default_loop() as not thread safe 2017-11-01 11:05:50 -04:00
migration_010_100.rst
misc.rst unix,win: add uv_if_{indextoname,indextoiid} 2017-11-06 09:54:47 -05:00
pipe.rst pipe: allow access from other users 2017-11-06 15:45:00 +01:00
poll.rst poll: add support for OOB TCP and GPIO interrupts 2017-07-12 23:04:34 +02:00
prepare.rst
process.rst
request.rst
signal.rst
stream.rst doc: fix a trivial typo 2017-09-01 13:33:33 +02:00
tcp.rst
threading.rst unix,win: add uv_mutex_init_recursive() 2017-10-02 10:01:09 -04:00
threadpool.rst
timer.rst
tty.rst
udp.rst
upgrading.rst
version.rst