HomeSort by relevance Sort by last modified time
    Searched full:__be16 (Results 76 - 100 of 696) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/byteorder/
little_endian.h 16 #define __constant_htons(x) ((__force __be16)___constant_swab16((x)))
17 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x))
28 #define __constant_cpu_to_be16(x) ((__force __be16)___constant_swab16((x)))
29 #define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16)(__be16)(x))
40 #define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
41 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x))
83 static inline __be16 __cpu_to_be16p(const __u16 *p)
85 return (__force __be16)__swab16p(p);
87 static inline __u16 __be16_to_cpup(const __be16 *p)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
big_endian.h 16 #define __constant_htons(x) ( (__be16)(__u16)(x))
17 #define __constant_ntohs(x) ( (__u16)(__be16)(x))
28 #define __constant_cpu_to_be16(x) ( (__be16)(__u16)(x))
29 #define __constant_be16_to_cpu(x) ( (__u16)(__be16)(x))
40 #define __cpu_to_be16(x) ( (__be16)(__u16)(x))
41 #define __be16_to_cpu(x) ( (__u16)(__be16)(x))
83 static __inline__ __be16 __cpu_to_be16p(const __u16 *p)
85 return (__be16)*p;
87 static __inline__ __u16 __be16_to_cpup(const __be16 *p)
little_endian.h 16 #define __constant_htons(x) ( (__be16)___constant_swab16((x)))
17 #define __constant_ntohs(x) ___constant_swab16( (__be16)(x))
28 #define __constant_cpu_to_be16(x) ( (__be16)___constant_swab16((x)))
29 #define __constant_be16_to_cpu(x) ___constant_swab16( (__u16)(__be16)(x))
40 #define __cpu_to_be16(x) ( (__be16)__swab16((x)))
41 #define __be16_to_cpu(x) __swab16( (__u16)(__be16)(x))
83 static __inline__ __be16 __cpu_to_be16p(const __u16 *p)
85 return (__be16)__swab16p(p);
87 static __inline__ __u16 __be16_to_cpup(const __be16 *p)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
big_endian.h 16 #define __constant_htons(x) ( (__be16)(__u16)(x))
17 #define __constant_ntohs(x) ( (__u16)(__be16)(x))
28 #define __constant_cpu_to_be16(x) ( (__be16)(__u16)(x))
29 #define __constant_be16_to_cpu(x) ( (__u16)(__be16)(x))
40 #define __cpu_to_be16(x) ( (__be16)(__u16)(x))
41 #define __be16_to_cpu(x) ( (__u16)(__be16)(x))
83 static __inline__ __be16 __cpu_to_be16p(const __u16 *p)
85 return (__be16)*p;
87 static __inline__ __u16 __be16_to_cpup(const __be16 *p)
little_endian.h 16 #define __constant_htons(x) ( (__be16)___constant_swab16((x)))
17 #define __constant_ntohs(x) ___constant_swab16( (__be16)(x))
28 #define __constant_cpu_to_be16(x) ( (__be16)___constant_swab16((x)))
29 #define __constant_be16_to_cpu(x) ___constant_swab16( (__u16)(__be16)(x))
40 #define __cpu_to_be16(x) ( (__be16)__swab16((x)))
41 #define __be16_to_cpu(x) __swab16( (__u16)(__be16)(x))
83 static __inline__ __be16 __cpu_to_be16p(const __u16 *p)
85 return (__be16)__swab16p(p);
87 static __inline__ __u16 __be16_to_cpup(const __be16 *p)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
big_endian.h 16 #define __constant_htons(x) ( (__be16)(__u16)(x))
17 #define __constant_ntohs(x) ( (__u16)(__be16)(x))
28 #define __constant_cpu_to_be16(x) ( (__be16)(__u16)(x))
29 #define __constant_be16_to_cpu(x) ( (__u16)(__be16)(x))
40 #define __cpu_to_be16(x) ( (__be16)(__u16)(x))
41 #define __be16_to_cpu(x) ( (__u16)(__be16)(x))
83 static __inline__ __be16 __cpu_to_be16p(const __u16 *p)
85 return (__be16)*p;
87 static __inline__ __u16 __be16_to_cpup(const __be16 *p)
little_endian.h 16 #define __constant_htons(x) ( (__be16)___constant_swab16((x)))
17 #define __constant_ntohs(x) ___constant_swab16( (__be16)(x))
28 #define __constant_cpu_to_be16(x) ( (__be16)___constant_swab16((x)))
29 #define __constant_be16_to_cpu(x) ___constant_swab16( (__u16)(__be16)(x))
40 #define __cpu_to_be16(x) ( (__be16)__swab16((x)))
41 #define __be16_to_cpu(x) __swab16( (__u16)(__be16)(x))
83 static __inline__ __be16 __cpu_to_be16p(const __u16 *p)
85 return (__be16)__swab16p(p);
87 static __inline__ __u16 __be16_to_cpup(const __be16 *p)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 31 __be16 type;
37 __be16 ctrl;
39 __be16 type;
45 __be16 len;
56 __be16 type;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 31 __be16 type;
37 __be16 ctrl;
39 __be16 type;
45 __be16 len;
56 __be16 type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 31 __be16 type;
37 __be16 ctrl;
39 __be16 type;
45 __be16 len;
56 __be16 type;
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/4/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/4/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/4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/4/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/4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 24 __be16 port;
36 __be16 key;
69 __be16 key;

Completed in 619 milliseconds

1 2 34 5 6 7 8 91011>>