Searched refs:Send6 (Results 1 – 2 of 2) sorted by relevance
137 static void Send6(const v8::FunctionCallbackInfo<v8::Value>& args);
160 env->SetProtoMethod(t, "send6", Send6); in Initialize()614 void UDPWrap::Send6(const FunctionCallbackInfo<Value>& args) { in Send6() function in node::UDPWrap