Searched refs:bind6 (Results 1 – 6 of 6) sorted by relevance
/third_party/node/test/parallel/ |
D | test-env-newprotomethod-remove-unnecessary-prototypes.js | 11 internalBinding('udp_wrap').UDP.prototype.bind6, 12 internalBinding('tcp_wrap').TCP.prototype.bind6, method in internalBinding.TCP
|
D | test-dgram-bind-fd.js | 28 err = handle.bind6(bindAddress, 0, flags);
|
/third_party/node/lib/internal/ |
D | dgram.js | 49 handle.bind = handle.bind6;
|
/third_party/node/lib/ |
D | net.js | 893 err = self._handle.bind6(localAddress, localPort, flags); 1263 err = handle.bind6(DEFAULT_IPV6_ADDR, port, flags); 1270 err = handle.bind6(address, port, flags);
|
/third_party/libuv/ |
D | Makefile.am | 255 test/test-tcp-bind6-error.c \
|
D | CMakeLists.txt | 562 test/test-tcp-bind6-error.c
|