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

  /external/qemu/slirp/
socket.c 155 soread(struct socket *so) function
161 DEBUG_CALL("soread");
166 * soread wouldn't have been called if there weren't
180 DEBUG_MISC((dfd, " --- soread() disconnected, nn = %d, errno = %d-%s\n", nn, errno,strerror(errno)));
226 * soread wouldn't have been called if there weren't
261 * so when OOB data arrives, we soread() it and everything
280 soread(so);
socket.h 79 int soread _P((struct socket *));
sbuf.c 111 * it will be detected in the normal way by soread()
slirp.c 437 * This will soread as well, so no need to
453 ret = soread(so);
tcp_input.c     [all...]
  /external/qemu/slirp-android/
socket.c 163 soread(struct socket *so) function
169 DEBUG_CALL("soread");
174 * soread wouldn't have been called if there weren't
188 DEBUG_MISC((dfd, " --- soread() disconnected, nn = %d, errno = %d-%s\n", nn, errno,errno_str));
234 * soread wouldn't have been called if there weren't
269 * so when OOB data arrives, we soread() it and everything
288 soread(so);
socket.h 83 int soread _P((struct socket *));
sbuf.c 111 * it will be detected in the normal way by soread()
slirp.c 518 * This will soread as well, so no need to
534 ret = soread(so);
    [all...]
tcp_input.c     [all...]

Completed in 540 milliseconds