Home
last modified time | relevance | path

Searched refs:Send6 (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dudp_wrap.h137 static void Send6(const v8::FunctionCallbackInfo<v8::Value>& args);
Dudp_wrap.cc160 env->SetProtoMethod(t, "send6", Send6); in Initialize()
614 void UDPWrap::Send6(const FunctionCallbackInfo<Value>& args) { in Send6() function in node::UDPWrap