Home
last modified time | relevance | path

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

/external/qemu/
Dsockets.h366 int socket_send_oob( int fd, const void* buf, int buflen );
Dsockets.c969 socket_send_oob( int fd, const void* buf, int buflen ) in socket_send_oob() function
/external/qemu/slirp-android/
Dsocket.c316 n = socket_send_oob(so->s, sb->sb_rptr, so->so_urgc); /* |MSG_DONTWAIT)); */ in sosendoob()
337 n = socket_send_oob(so->s, buff, len); /* |MSG_DONTWAIT)); */ in sosendoob()