OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:so_next
(Results
1 - 16
of
16
) sorted by null
/external/qemu/slirp/
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
...]
tcp_timer.c
54
so = tcb.
so_next
;
56
for (; so != &tcb; so = so->
so_next
)
83
ip = tcb.
so_next
;
87
ipnxt = ip->
so_next
;
socket.h
21
struct socket *
so_next
,*so_prev; /* For a linked list of sockets */
member in struct:socket
debug.c
307
for (so = tcb.
so_next
; so != &tcb; so = so->
so_next
) {
321
for (so = udb.
so_next
; so != &udb; so = so->
so_next
) {
tcp_subr.c
54
tcb.
so_next
= tcb.so_prev = &tcb;
645
for (tmpso = tcb.
so_next
; tmpso != &tcb; tmpso = tmpso->
so_next
) {
[
all
...]
socket.c
32
for (so = head->
so_next
; so != head; so = so->
so_next
) {
82
if(so->
so_next
&& so->so_prev)
udp.c
68
udb.
so_next
= udb.so_prev = &udb;
173
for (tmp = udb.
so_next
; tmp != &udb; tmp = tmp->
so_next
) {
misc.c
702
for (so = tcb.
so_next
; so != &tcb; so = so->
so_next
) {
/external/qemu/slirp-android/
tcp_timer.c
54
so = tcb.
so_next
;
56
for (; so != &tcb; so = so->
so_next
)
83
ip = tcb.
so_next
;
87
ipnxt = ip->
so_next
;
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
...]
debug.c
279
for (so = tcb.
so_next
; so != &tcb; so = so->
so_next
) {
293
for (so = udb.
so_next
; so != &udb; so = so->
so_next
) {
socket.h
21
struct socket *
so_next
,*so_prev; /* For a linked list of sockets */
member in struct:socket
socket.c
37
for (so = head->
so_next
; so != head; so = so->
so_next
) {
90
if(so->
so_next
&& so->so_prev)
678
for (so = tcb.
so_next
; so != &tcb; so = so->
so_next
) {
udp.c
74
udb.
so_next
= udb.so_prev = &udb;
223
for (tmp = udb.
so_next
; tmp != &udb; tmp = tmp->
so_next
) {
tcp_subr.c
56
tcb.
so_next
= tcb.so_prev = &tcb;
797
for (tmpso = tcb.
so_next
; tmpso != &tcb; tmpso = tmpso->
so_next
) {
1146
for (tmpso = tcb.
so_next
; tmpso != &tcb; tmpso = tmpso->
so_next
) {
misc.c
666
for (so = tcb.
so_next
; so != &tcb; so = so->
so_next
) {
Completed in 304 milliseconds