HomeSort by relevance Sort by last modified time
    Searched full:__be16 (Results 151 - 175 of 905) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_tunnel.h 24 __be16 i_flags;
25 __be16 o_flags;
efs_fs_sb.h 28 __be16 fs_cgisize; /* bb's of inodes per cylinder group */
29 __be16 fs_sectors; /* sectors per track */
30 __be16 fs_heads; /* heads per cylinder */
31 __be16 fs_ncg; /* # of cylinder groups in filesystem */
32 __be16 fs_dirty; /* fs needs to be fsck'd */
igmp.h 48 __be16 grec_nsrcs;
56 __be16 csum;
57 __be16 resv2;
58 __be16 ngrec;
65 __be16 csum;
79 __be16 nsrcs;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tunnel.h 24 __be16 i_flags;
25 __be16 o_flags;
efs_fs_sb.h 28 __be16 fs_cgisize; /* bb's of inodes per cylinder group */
29 __be16 fs_sectors; /* sectors per track */
30 __be16 fs_heads; /* heads per cylinder */
31 __be16 fs_ncg; /* # of cylinder groups in filesystem */
32 __be16 fs_dirty; /* fs needs to be fsck'd */
igmp.h 48 __be16 grec_nsrcs;
56 __be16 csum;
57 __be16 resv2;
58 __be16 ngrec;
65 __be16 csum;
79 __be16 nsrcs;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tunnel.h 24 __be16 i_flags;
25 __be16 o_flags;
efs_fs_sb.h 28 __be16 fs_cgisize; /* bb's of inodes per cylinder group */
29 __be16 fs_sectors; /* sectors per track */
30 __be16 fs_heads; /* heads per cylinder */
31 __be16 fs_ncg; /* # of cylinder groups in filesystem */
32 __be16 fs_dirty; /* fs needs to be fsck'd */
igmp.h 48 __be16 grec_nsrcs;
56 __be16 csum;
57 __be16 resv2;
58 __be16 ngrec;
65 __be16 csum;
79 __be16 nsrcs;
  /external/iptables/include/linux/netfilter/
xt_conntrack.h 42 __be16 origsrc_port, origdst_port;
43 __be16 replsrc_port, repldst_port;
55 __be16 origsrc_port, origdst_port;
56 __be16 replsrc_port, repldst_port;
  /external/kernel-headers/original/linux/
efs_fs_sb.h 29 __be16 fs_cgisize; /* bb's of inodes per cylinder group */
30 __be16 fs_sectors; /* sectors per track */
31 __be16 fs_heads; /* heads per cylinder */
32 __be16 fs_ncg; /* # of cylinder groups in filesystem */
33 __be16 fs_dirty; /* fs needs to be fsck'd */
  /bionic/libc/kernel/common/linux/
efs_fs_i.h 37 __be16 odev;
42 __be16 di_mode;
44 __be16 di_nlink;
45 __be16 di_uid;
46 __be16 di_gid;
54 __be16 di_numextents;
  /development/ndk/platforms/android-3/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x))
28 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
39 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
40 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
51 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
52 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x))
little_endian.h 27 #define __constant_htons(x) ((__force __be16)___constant_swab16((x)))
28 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x))
39 #define __constant_cpu_to_be16(x) ((__force __be16)___constant_swab16((x)))
40 #define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16)(__be16)(x))
51 #define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
52 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x))
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x))
28 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
39 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
40 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
51 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
52 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x))
little_endian.h 27 #define __constant_htons(x) ((__force __be16)___constant_swab16((x)))
28 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x))
39 #define __constant_cpu_to_be16(x) ((__force __be16)___constant_swab16((x)))
40 #define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16)(__be16)(x))
51 #define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
52 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x))
28 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
39 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
40 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
51 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
52 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x))
little_endian.h 27 #define __constant_htons(x) ((__force __be16)___constant_swab16((x)))
28 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x))
39 #define __constant_cpu_to_be16(x) ((__force __be16)___constant_swab16((x)))
40 #define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16)(__be16)(x))
51 #define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
52 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x))
28 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
39 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
40 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
51 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
52 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x))

Completed in 341 milliseconds

1 2 3 4 5 67 8 91011>>