HomeSort by relevance Sort by last modified time
    Searched full:socket_bind (Results 1 - 10 of 10) sorted by null

  /external/qemu/
migration-tcp-android.c 183 if (socket_bind(s, &addr) == -1)
qemu-sockets-android.c 149 if (socket_bind(slisten, e) == 0) {
336 if (socket_bind(sock, local) < 0) {
sockets.h 370 int socket_bind( int fd, const SockAddress* address );
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/libvpx/examples/includes/geshi/geshi/
php.php     [all...]
  /external/qemu/android/
console.c 647 ret = socket_bind(fd, &sockaddr );
    [all...]
  /external/libvpx/examples/includes/geshi/docs/
geshi-doc.txt     [all...]

Completed in 988 milliseconds