Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/modules/network/udp/
A Dmodule_udp.c397 static duk_ret_t native_udp_recvfrom(duk_context *ctx) in native_udp_recvfrom() function
501 AMP_ADD_FUNCTION("recvfrom", native_udp_recvfrom, 2); in module_udp_register()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/udp/
A Dmodule_udp.c393 static duk_ret_t native_udp_recvfrom(duk_context *ctx) in native_udp_recvfrom() function
495 AMP_ADD_FUNCTION("recvfrom", native_udp_recvfrom, 2); in module_udp_register()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/udp/
A Dmodule_udp.c412 static JSValue native_udp_recvfrom(JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *a… in native_udp_recvfrom() function
504 JS_CFUNC_DEF("recvfrom", 2, native_udp_recvfrom),

Completed in 5 milliseconds