Searched refs:do_socket (Results 1 – 2 of 2) sorted by relevance
126 static int do_socket(bool do_tcp) in do_socket() function360 fd = do_socket(cfg_tcp); in do_recv()
3151 /* do_socket() Must return target values and target errnos. */3152 static abi_long do_socket(int domain, int type, int protocol) in do_socket() function 3706 return do_socket(a[0], a[1], a[2]); in do_socketcall() 10869 return do_socket(arg1, arg2, arg3); in _syscall2()