HomeSort by relevance Sort by last modified time
    Searched refs:tcp_word_hdr (Results 51 - 56 of 56) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
tcp.h 53 union tcp_word_hdr { union
58 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
tcp.h 53 union tcp_word_hdr { union
58 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /bionic/libc/kernel/uapi/linux/
tcp.h 45 union tcp_word_hdr { union
50 #define tcp_flag_word(tp) (((union tcp_word_hdr *) (tp))->words[3])
  /external/iproute2/include/linux/
tcp.h 64 union tcp_word_hdr { union
69 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /external/kernel-headers/original/uapi/linux/
tcp.h 64 union tcp_word_hdr { union
69 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tcp.h 64 union tcp_word_hdr { union
69 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])

Completed in 793 milliseconds

1 23