HomeSort by relevance Sort by last modified time
    Searched refs:tcpiphdr_next (Results 1 - 6 of 6) sorted by null

  /external/qemu/slirp/
tcpip.h 62 #define tcpiphdr_next(T) qlink2tcpiphdr(tcpiphdr2qlink(T)->next) macro
tcp_input.c 134 q = tcpiphdr_next(q))
165 q = tcpiphdr_next(q);
185 q = tcpiphdr_next(q);
213 ti = tcpiphdr_next(ti);
    [all...]
tcp_subr.c 265 t = tcpiphdr_next(t);
    [all...]
  /external/qemu/slirp-android/
tcpip.h 66 #define tcpiphdr_next(T) qlink2tcpiphdr(tcpiphdr2qlink(T)->next) macro
tcp_input.c 134 q = tcpiphdr_next(q))
165 q = tcpiphdr_next(q);
185 q = tcpiphdr_next(q);
213 ti = tcpiphdr_next(ti);
    [all...]
tcp_subr.c 267 t = tcpiphdr_next(t);

Completed in 28 milliseconds