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

  /external/qemu/slirp/
tcpip.h 64 #define tcpfrag_list_first(T) qlink2tcpiphdr((T)->seg_next)
66 #define tcpfrag_list_empty(T) ((T)->seg_next == (struct tcpiphdr*)(T))
tcp_var.h 43 struct tcpiphdr *seg_next; /* sequencing queue */ member in struct:tcpcb
tcp_subr.c 188 tp->seg_next = tp->seg_prev = (struct tcpiphdr*)tp;
    [all...]
  /external/qemu/slirp-android/
tcpip.h 68 #define tcpfrag_list_first(T) qlink2tcpiphdr((T)->seg_next)
70 #define tcpfrag_list_empty(T) ((T)->seg_next == (struct tcpiphdr*)(T))
tcp_var.h 48 struct tcpiphdr *seg_next; /* sequencing queue */ member in struct:tcpcb
tcp_subr.c 190 tp->seg_next = tp->seg_prev = (struct tcpiphdr*)tp;
  /external/valgrind/main/coregrind/
m_signals.c 2055 NSegment const* seg_next local
2202 NSegment const* seg_next; local
    [all...]

Completed in 184 milliseconds