MCPcopy Create free account
hub / github.com/Tencent/UnLua / global_create4

Function global_create4

Plugins/UnLuaExtensions/LuaSocket/Source/src/udp.cpp:486–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486static int global_create4(lua_State *L) {
487 return udp_create(L, AF_INET);
488}
489
490static int global_create6(lua_State *L) {
491 return udp_create(L, AF_INET6);

Callers

nothing calls this directly

Calls 1

udp_createFunction · 0.85

Tested by

no test coverage detected