/external/qemu/ |
migration-tcp-android.c | 183 if (socket_bind(s, &addr) == -1)
|
sockets.h | 370 int socket_bind( int fd, const SockAddress* address );
|
qemu-sockets-android.c | 149 if (socket_bind(slisten, e) == 0) { 336 if (socket_bind(sock, local) < 0) {
|
sockets.c | 1023 socket_bind( int fd, const SockAddress* address ) function 1279 if (socket_bind(s, to) < 0) { [all...] |
net-android.c | [all...] |
/sdk/emulator/opengl/tests/event_injector/ |
sockets.h | 378 int socket_bind( int fd, const SockAddress* address );
|
sockets.c | 1027 socket_bind( int fd, const SockAddress* address ) function 1265 if (socket_bind(s, to) < 0) { [all...] |
/external/qemu/android/ |
console.c | 647 ret = socket_bind(fd, &sockaddr ); [all...] |