Searched refs:tcpiphdr_next (Results 1 - 6 of 6) sorted by relevance

/external/qemu/slirp/
H A Dtcpip.h62 #define tcpiphdr_next(T) qlink2tcpiphdr(tcpiphdr2qlink(T)->next) macro
H A Dtcp_input.c134 q = tcpiphdr_next(q))
165 q = tcpiphdr_next(q);
185 q = tcpiphdr_next(q);
213 ti = tcpiphdr_next(ti);
H A Dtcp_subr.c265 t = tcpiphdr_next(t);
/external/qemu/slirp-android/
H A Dtcpip.h66 #define tcpiphdr_next(T) qlink2tcpiphdr(tcpiphdr2qlink(T)->next) macro
H A Dtcp_input.c134 q = tcpiphdr_next(q))
165 q = tcpiphdr_next(q);
185 q = tcpiphdr_next(q);
213 ti = tcpiphdr_next(ti);
H A Dtcp_subr.c267 t = tcpiphdr_next(t);

Completed in 684 milliseconds