Home
last modified time | relevance | path

Searched refs:socket_set_oobinline (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dsockets.h328 int socket_set_oobinline(int fd);
Dsockets.c1142 int socket_set_oobinline(int fd) in socket_set_oobinline() function
/external/qemu/slirp-android/
Dtcp_subr.c435 socket_set_oobinline(s); in tcp_fconnect()
503 socket_set_oobinline(s); in tcp_connect()
Dmisc.c353 socket_set_oobinline(so->s); in fork_exec()