Searched refs:MakeUdpSocket (Results 1 – 3 of 3) sorted by relevance
67 static int MakeUdpSocket(sa_family_t family) in MakeUdpSocket() function
282 static bool MakeUdpSocket(napi_env env, napi_value thisVal, BindContext *context) in MakeUdpSocket() function292 int sock = ExecCommonUtils::MakeUdpSocket(context->address_.GetSaFamily()); in MakeUdpSocket()314 int sock = ExecCommonUtils::MakeUdpSocket(context->address_.GetSaFamily()); in MakeMulticastUdpSocket()594 return SOCKET_INTERFACE(BindContext, ExecUdpBind, BindCallback, MakeUdpSocket, UDP_BIND_NAME); in Bind()
65 int sockfd = ExecCommonUtils::MakeUdpSocket(family); in MakeUdpSocketFuzzTest()