Home
last modified time | relevance | path

Searched refs:Bind6 (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dtcp_wrap.h76 static void Bind6(const v8::FunctionCallbackInfo<v8::Value>& args);
Dtcp_wrap.cc91 env->SetProtoMethod(t, "bind6", Bind6); in Initialize()
249 void TCPWrap::Bind6(const FunctionCallbackInfo<Value>& args) { in Bind6() function in node::TCPWrap
Dudp_wrap.h135 static void Bind6(const v8::FunctionCallbackInfo<v8::Value>& args);
Dudp_wrap.cc158 env->SetProtoMethod(t, "bind6", Bind6); in Initialize()
302 void UDPWrap::Bind6(const FunctionCallbackInfo<Value>& args) { in Bind6() function in node::UDPWrap