Searched refs:MuslSocket (Results 1 – 3 of 3) sorted by relevance
11 #define MuslSocket(func) __libc_ ## func macro14 #define MuslSocket(func) func
11 .socket = MuslSocket(socket),
14 int result = MuslSocket(socket)(domain, type, protocol); in socket()