HomeSort by relevance Sort by last modified time
    Searched defs:dccp_hdr_ack_bits (Results 26 - 38 of 38) sorted by null

12

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
dccp.h 55 struct dccp_hdr_ack_bits { struct
62 struct dccp_hdr_ack_bits dccph_resp_ack;
67 struct dccp_hdr_ack_bits dccph_reset_ack;
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
dccp.h 55 struct dccp_hdr_ack_bits { struct
62 struct dccp_hdr_ack_bits dccph_resp_ack;
67 struct dccp_hdr_ack_bits dccph_reset_ack;
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
dccp.h 55 struct dccp_hdr_ack_bits { struct
62 struct dccp_hdr_ack_bits dccph_resp_ack;
67 struct dccp_hdr_ack_bits dccph_reset_ack;
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
dccp.h 55 struct dccp_hdr_ack_bits { struct
62 struct dccp_hdr_ack_bits dccph_resp_ack;
67 struct dccp_hdr_ack_bits dccph_reset_ack;
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
dccp.h 55 struct dccp_hdr_ack_bits { struct
62 struct dccp_hdr_ack_bits dccph_resp_ack;
67 struct dccp_hdr_ack_bits dccph_reset_ack;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
dccp.h 55 struct dccp_hdr_ack_bits { struct
62 struct dccp_hdr_ack_bits dccph_resp_ack;
67 struct dccp_hdr_ack_bits dccph_reset_ack;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
dccp.h 55 struct dccp_hdr_ack_bits { struct
62 struct dccp_hdr_ack_bits dccph_resp_ack;
67 struct dccp_hdr_ack_bits dccph_reset_ack;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
dccp.h 55 struct dccp_hdr_ack_bits { struct
62 struct dccp_hdr_ack_bits dccph_resp_ack;
67 struct dccp_hdr_ack_bits dccph_reset_ack;
  /bionic/libc/kernel/common/linux/
dccp.h 66 struct dccp_hdr_ack_bits { struct
74 struct dccp_hdr_ack_bits dccph_resp_ack;
79 struct dccp_hdr_ack_bits dccph_reset_ack;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dccp.h 67 * struct dccp_hdr_ack_bits - acknowledgment bits common to most packets
72 struct dccp_hdr_ack_bits { struct
84 struct dccp_hdr_ack_bits dccph_resp_ack;
96 struct dccp_hdr_ack_bits dccph_reset_ack;
127 return sizeof(struct dccp_hdr_ack_bits);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dccp.h 67 * struct dccp_hdr_ack_bits - acknowledgment bits common to most packets
72 struct dccp_hdr_ack_bits { struct
84 struct dccp_hdr_ack_bits dccph_resp_ack;
96 struct dccp_hdr_ack_bits dccph_reset_ack;
127 return sizeof(struct dccp_hdr_ack_bits);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dccp.h 67 * struct dccp_hdr_ack_bits - acknowledgment bits common to most packets
72 struct dccp_hdr_ack_bits { struct
84 struct dccp_hdr_ack_bits dccph_resp_ack;
96 struct dccp_hdr_ack_bits dccph_reset_ack;
127 return sizeof(struct dccp_hdr_ack_bits);
  /external/kernel-headers/original/linux/
dccp.h 68 * struct dccp_hdr_ack_bits - acknowledgment bits common to most packets
73 struct dccp_hdr_ack_bits { struct
87 struct dccp_hdr_ack_bits dccph_resp_ack;
98 struct dccp_hdr_ack_bits dccph_reset_ack;
129 return sizeof(struct dccp_hdr_ack_bits);
287 static inline struct dccp_hdr_ack_bits *dccp_hdr_ack_bits(const struct sk_buff *skb) function
289 return (struct dccp_hdr_ack_bits *)(skb->h.raw + dccp_basic_hdr_len(skb));
294 const struct dccp_hdr_ack_bits *dhack = dccp_hdr_ack_bits(skb)
    [all...]

Completed in 819 milliseconds

12