Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/hook/
Dmusl_socket.h11 #define MuslSocket(func) __libc_ ## func macro
14 #define MuslSocket(func) func
Dmusl_socket_preinit_common.c11 .socket = MuslSocket(socket),
Dsocket_common.c14 int result = MuslSocket(socket)(domain, type, protocol); in socket()