Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c3176 static abi_long do_bind(int sockfd, abi_ulong target_addr, in do_bind() function
3678 return do_bind(a[0], a[1], a[2]); in do_socketcall()
10684 return do_bind(arg1, arg2, arg3); in _syscall2()