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

  /external/qemu/slirp/
if.c 197 so->so_queued++;
207 (so->so_nqueued - so->so_queued) >= 3)) {
282 /* Update so_queued */
284 if (--ifm->ifq_so->so_queued == 0)
socket.h 46 int so_queued; /* Number of packets queued from this socket */ member in struct:socket
slirp.c 348 if ((so->so_state & SS_ISFCONNECTED) && so->so_queued <= 4) {
  /external/qemu/slirp-android/
if.c 197 so->so_queued++;
207 (so->so_nqueued - so->so_queued) >= 3)) {
282 /* Update so_queued */
284 if (--ifm->ifq_so->so_queued == 0)
socket.h 47 int so_queued; /* Number of packets queued from this socket */ member in struct:socket
slirp.c 417 if ((so->so_state & SS_ISFCONNECTED) && so->so_queued <= 4) {
    [all...]

Completed in 300 milliseconds