Searched refs:socket_bind (Results 1 – 8 of 8) sorted by relevance
/external/qemu/ |
D | migration-tcp-android.c | 183 if (socket_bind(s, &addr) == -1) in tcp_start_incoming_migration()
|
D | sockets.h | 352 int socket_bind( int fd, const SockAddress* address );
|
D | qemu-sockets-android.c | 136 if (socket_bind(slisten, e) == 0) { in inet_listen()
|
D | sockets.c | 1002 socket_bind( int fd, const SockAddress* address ) in socket_bind() function 1258 if (socket_bind(s, to) < 0) { in socket_bind_server()
|
D | net-android.c | 1741 ret = socket_bind(fd, mcastaddr); in net_socket_mcast_create() 1927 ret = socket_bind(fd, &saddr); in net_socket_listen_init()
|
D | qemu-char-android.c | 1832 if (socket_bind(fd, &saddr) < 0) { in qemu_chr_open_udp()
|
/external/qemu/android/ |
D | console.c | 621 ret = socket_bind(fd, &sockaddr ); in control_global_init()
|
/external/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 1096 …'socket_create','socket_connect','socket_close','socket_clear_error','socket_bind','socket_accept',
|