Home
last modified time | relevance | path

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

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