HomeSort by relevance Sort by last modified time
    Searched defs:so_next (Results 1 - 4 of 4) sorted by null

  /external/qemu/slirp/
socket.h 21 struct socket *so_next,*so_prev; /* For a linked list of sockets */ member in struct:socket
slirp.c 244 struct socket *so, *so_next; local
264 do_slowtimo = ((tcb.so_next != &tcb) ||
267 for (so = tcb.so_next; so != &tcb; so = so_next) {
268 so_next = so->so_next;
324 for (so = udb.so_next; so != &udb; so = so_next) {
325 so_next = so->so_next;
393 struct socket *so, *so_next; local
    [all...]
  /external/qemu/slirp-android/
socket.h 21 struct socket *so_next,*so_prev; /* For a linked list of sockets */ member in struct:socket
slirp.c 304 struct socket *so, *so_next; local
324 do_slowtimo = ((tcb.so_next != &tcb) ||
327 for (so = tcb.so_next; so != &tcb; so = so_next) {
328 so_next = so->so_next;
390 for (so = udb.so_next; so != &udb; so = so_next) {
391 so_next = so->so_next;
467 struct socket *so, *so_next; local
    [all...]

Completed in 1540 milliseconds