HomeSort by relevance Sort by last modified time
    Searched refs:__constant_htons (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_tunnel.h 11 #define GRE_CSUM __constant_htons(0x8000)
12 #define GRE_ROUTING __constant_htons(0x4000)
13 #define GRE_KEY __constant_htons(0x2000)
14 #define GRE_SEQ __constant_htons(0x1000)
15 #define GRE_STRICT __constant_htons(0x0800)
16 #define GRE_REC __constant_htons(0x0700)
17 #define GRE_FLAGS __constant_htons(0x00F8)
18 #define GRE_VERSION __constant_htons(0x0007)
if_pppox.h 92 #define PTT_EOL __constant_htons(0x0000)
93 #define PTT_SRV_NAME __constant_htons(0x0101)
94 #define PTT_AC_NAME __constant_htons(0x0102)
95 #define PTT_HOST_UNIQ __constant_htons(0x0103)
96 #define PTT_AC_COOKIE __constant_htons(0x0104)
97 #define PTT_VENDOR __constant_htons(0x0105)
98 #define PTT_RELAY_SID __constant_htons(0x0110)
99 #define PTT_SRV_ERR __constant_htons(0x0201)
100 #define PTT_SYS_ERR __constant_htons(0x0202)
101 #define PTT_GEN_ERR __constant_htons(0x0203
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tunnel.h 11 #define GRE_CSUM __constant_htons(0x8000)
12 #define GRE_ROUTING __constant_htons(0x4000)
13 #define GRE_KEY __constant_htons(0x2000)
14 #define GRE_SEQ __constant_htons(0x1000)
15 #define GRE_STRICT __constant_htons(0x0800)
16 #define GRE_REC __constant_htons(0x0700)
17 #define GRE_FLAGS __constant_htons(0x00F8)
18 #define GRE_VERSION __constant_htons(0x0007)
if_pppox.h 92 #define PTT_EOL __constant_htons(0x0000)
93 #define PTT_SRV_NAME __constant_htons(0x0101)
94 #define PTT_AC_NAME __constant_htons(0x0102)
95 #define PTT_HOST_UNIQ __constant_htons(0x0103)
96 #define PTT_AC_COOKIE __constant_htons(0x0104)
97 #define PTT_VENDOR __constant_htons(0x0105)
98 #define PTT_RELAY_SID __constant_htons(0x0110)
99 #define PTT_SRV_ERR __constant_htons(0x0201)
100 #define PTT_SYS_ERR __constant_htons(0x0202)
101 #define PTT_GEN_ERR __constant_htons(0x0203
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tunnel.h 11 #define GRE_CSUM __constant_htons(0x8000)
12 #define GRE_ROUTING __constant_htons(0x4000)
13 #define GRE_KEY __constant_htons(0x2000)
14 #define GRE_SEQ __constant_htons(0x1000)
15 #define GRE_STRICT __constant_htons(0x0800)
16 #define GRE_REC __constant_htons(0x0700)
17 #define GRE_FLAGS __constant_htons(0x00F8)
18 #define GRE_VERSION __constant_htons(0x0007)
if_pppox.h 92 #define PTT_EOL __constant_htons(0x0000)
93 #define PTT_SRV_NAME __constant_htons(0x0101)
94 #define PTT_AC_NAME __constant_htons(0x0102)
95 #define PTT_HOST_UNIQ __constant_htons(0x0103)
96 #define PTT_AC_COOKIE __constant_htons(0x0104)
97 #define PTT_VENDOR __constant_htons(0x0105)
98 #define PTT_RELAY_SID __constant_htons(0x0110)
99 #define PTT_SRV_ERR __constant_htons(0x0201)
100 #define PTT_SYS_ERR __constant_htons(0x0202)
101 #define PTT_GEN_ERR __constant_htons(0x0203
    [all...]
  /external/grub/netboot/
osdep.h 18 # if !defined(__constant_htons)
19 # define __constant_htons(x) (x) macro
29 # if !defined(__constant_htons)
30 # define __constant_htons(x) \ macro
48 __constant_htons((x)) : \
52 __constant_htons((x)) : \
  /external/kernel-headers/original/linux/
netfilter_bridge.h 56 if (skb->protocol == __constant_htons(ETH_P_8021Q)) {
77 if (skb->protocol == __constant_htons(ETH_P_IP))
80 if (skb->protocol == __constant_htons(ETH_P_8021Q))
  /bionic/libc/kernel/common/linux/byteorder/
big_endian.h 34 #define __constant_htons(x) ((__force __be16)(__u16)(x)) macro
little_endian.h 34 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) macro
  /development/ndk/platforms/android-3/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x)) macro
little_endian.h 27 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x)) macro
little_endian.h 27 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x)) macro
little_endian.h 27 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x)) macro
little_endian.h 27 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x)) macro
little_endian.h 27 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x)) macro
little_endian.h 27 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x)) macro
little_endian.h 27 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x)) macro

Completed in 256 milliseconds

1 2 3 4