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

  /external/qemu/slirp/
tcpip.h 66 #define tcpfrag_list_empty(T) ((T)->seg_next == (struct tcpiphdr*)(T)) macro
tcp_input.c 70 tcpfrag_list_empty(tp) && \
93 tcpfrag_list_empty(tp) && \
557 tcpfrag_list_empty(tp) &&
    [all...]
  /external/qemu/slirp-android/
tcpip.h 70 #define tcpfrag_list_empty(T) ((T)->seg_next == (struct tcpiphdr*)(T)) macro
tcp_input.c 70 tcpfrag_list_empty(tp) && \
93 tcpfrag_list_empty(tp) && \
562 tcpfrag_list_empty(tp) &&
    [all...]

Completed in 27 milliseconds