HomeSort by relevance Sort by last modified time
    Searched refs:socket_send_oob (Results 1 - 5 of 5) sorted by null

  /external/qemu/
sockets.h 366 int socket_send_oob( int fd, const void* buf, int buflen );
sockets.c 970 socket_send_oob( int fd, const void* buf, int buflen ) function
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 374 int socket_send_oob( int fd, const void* buf, int buflen );
sockets.c 974 socket_send_oob( int fd, const void* buf, int buflen ) function
    [all...]
  /external/qemu/slirp-android/
socket.c 316 n = socket_send_oob(so->s, sb->sb_rptr, so->so_urgc); /* |MSG_DONTWAIT)); */
337 n = socket_send_oob(so->s, buff, len); /* |MSG_DONTWAIT)); */

Completed in 319 milliseconds