Searched refs:bind6 (Results 1 – 10 of 10) 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-tcp-wrap-listen.js | 18 server.bind6('::', 0) :
|
D | test-dgram-bind-fd.js | 28 err = handle.bind6(bindAddress, 0, flags);
|
/third_party/node/lib/internal/ |
D | dgram.js | 54 handle.bind = handle.bind6;
|
/third_party/node/lib/ |
D | net.js | 1057 err = self._handle.bind6(localAddress, localPort, flags); 1133 err = handle.bind6(localAddress, localPort, flags); 1749 err = handle.bind6(DEFAULT_IPV6_ADDR, port, flags); 1756 err = handle.bind6(address, port, flags);
|
/third_party/libbpf/docs/ |
D | program_types.rst | 44 … | ``BPF_CGROUP_INET6_BIND`` | ``cgroup/bind6`` …
|
/third_party/node/deps/uv/ |
D | Makefile.am | 257 test/test-tcp-bind6-error.c \
|
D | CMakeLists.txt | 568 test/test-tcp-bind6-error.c
|
/third_party/libuv/ |
D | Makefile.am | 257 test/test-tcp-bind6-error.c \
|
D | CMakeLists.txt | 568 test/test-tcp-bind6-error.c
|