Home
last modified time | relevance | path

Searched refs:MakeUdpSocket (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/
H A Dsocket_exec_common.h67 static int MakeUdpSocket(sa_family_t family) in MakeUdpSocket() function
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp282 static bool MakeUdpSocket(napi_env env, napi_value thisVal, BindContext *context) in MakeUdpSocket() function
292 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()
/ohos5.0/foundation/communication/netstack/test/fuzztest/socket/fuzztest/socketexec_fuzzer/
H A Dsocket_exec_fuzzer.cpp65 int sockfd = ExecCommonUtils::MakeUdpSocket(family); in MakeUdpSocketFuzzTest()