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 296 struct socket *so, *so_next; local
316 do_slowtimo = ((tcb.so_next != &tcb) ||
319 for (so = tcb.so_next; so != &tcb; so = so_next) {
320 so_next = so->so_next;
382 for (so = udb.so_next; so != &udb; so = so_next) {
383 so_next = so->so_next;
459 struct socket *so, *so_next; local
    [all...]

Completed in 22 milliseconds