OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcpfrag_list_end
(Results
1 - 6
of
6
) sorted by null
/external/qemu/slirp/
tcpip.h
65
#define
tcpfrag_list_end
(F, T) (tcpiphdr2qlink(F) == (struct qlink*)(T))
macro
tcp_input.c
133
for (q = tcpfrag_list_first(tp); !
tcpfrag_list_end
(q, tp);
143
if (!
tcpfrag_list_end
(tcpiphdr_prev(q), tp)) {
175
while (!
tcpfrag_list_end
(q, tp)) {
204
if (
tcpfrag_list_end
(ti, tp) || ti->ti_seq != tp->rcv_nxt)
[
all
...]
tcp_subr.c
264
while (!
tcpfrag_list_end
(t, tp)) {
[
all
...]
/external/qemu/slirp-android/
tcpip.h
69
#define
tcpfrag_list_end
(F, T) (tcpiphdr2qlink(F) == (struct qlink*)(T))
macro
tcp_input.c
133
for (q = tcpfrag_list_first(tp); !
tcpfrag_list_end
(q, tp);
143
if (!
tcpfrag_list_end
(tcpiphdr_prev(q), tp)) {
175
while (!
tcpfrag_list_end
(q, tp)) {
204
if (
tcpfrag_list_end
(ti, tp) || ti->ti_seq != tp->rcv_nxt)
[
all
...]
tcp_subr.c
266
while (!
tcpfrag_list_end
(t, tp)) {
Completed in 65 milliseconds