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

1 2 3 4 5 6 7 8

  /external/kernel-headers/original/linux/sunrpc/
xdr.h 67 #define xdr_zero __constant_htonl(0)
68 #define xdr_one __constant_htonl(1)
69 #define xdr_two __constant_htonl(2)
71 #define rpc_success __constant_htonl(RPC_SUCCESS)
72 #define rpc_prog_unavail __constant_htonl(RPC_PROG_UNAVAIL)
73 #define rpc_prog_mismatch __constant_htonl(RPC_PROG_MISMATCH)
74 #define rpc_proc_unavail __constant_htonl(RPC_PROC_UNAVAIL)
75 #define rpc_garbage_args __constant_htonl(RPC_GARBAGE_ARGS)
76 #define rpc_system_err __constant_htonl(RPC_SYSTEM_ERR)
78 #define rpc_auth_ok __constant_htonl(RPC_AUTH_OK
    [all...]
  /external/grub/netboot/
osdep.h 15 # if !defined(__constant_htonl)
16 # define __constant_htonl(x) (x) macro
22 # if !defined(__constant_htonl)
23 # define __constant_htonl(x) \ macro
40 __constant_htonl((x)) : \
44 __constant_htonl((x)) : \
  /bionic/libc/kernel/common/linux/
tcp.h 74 TCP_FLAG_CWR = __constant_htonl(0x00800000),
75 TCP_FLAG_ECE = __constant_htonl(0x00400000),
76 TCP_FLAG_URG = __constant_htonl(0x00200000),
77 TCP_FLAG_ACK = __constant_htonl(0x00100000),
79 TCP_FLAG_PSH = __constant_htonl(0x00080000),
80 TCP_FLAG_RST = __constant_htonl(0x00040000),
81 TCP_FLAG_SYN = __constant_htonl(0x00020000),
82 TCP_FLAG_FIN = __constant_htonl(0x00010000),
84 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
85 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /development/ndk/platforms/android-3/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tcp.h 72 TCP_FLAG_CWR = __constant_htonl(0x00800000),
73 TCP_FLAG_ECE = __constant_htonl(0x00400000),
74 TCP_FLAG_URG = __constant_htonl(0x00200000),
75 TCP_FLAG_ACK = __constant_htonl(0x00100000),
76 TCP_FLAG_PSH = __constant_htonl(0x00080000),
77 TCP_FLAG_RST = __constant_htonl(0x00040000),
78 TCP_FLAG_SYN = __constant_htonl(0x00020000),
79 TCP_FLAG_FIN = __constant_htonl(0x00010000),
80 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
81 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tcp.h 72 TCP_FLAG_CWR = __constant_htonl(0x00800000),
73 TCP_FLAG_ECE = __constant_htonl(0x00400000),
74 TCP_FLAG_URG = __constant_htonl(0x00200000),
75 TCP_FLAG_ACK = __constant_htonl(0x00100000),
76 TCP_FLAG_PSH = __constant_htonl(0x00080000),
77 TCP_FLAG_RST = __constant_htonl(0x00040000),
78 TCP_FLAG_SYN = __constant_htonl(0x00020000),
79 TCP_FLAG_FIN = __constant_htonl(0x00010000),
80 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
81 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tcp.h 72 TCP_FLAG_CWR = __constant_htonl(0x00800000),
73 TCP_FLAG_ECE = __constant_htonl(0x00400000),
74 TCP_FLAG_URG = __constant_htonl(0x00200000),
75 TCP_FLAG_ACK = __constant_htonl(0x00100000),
76 TCP_FLAG_PSH = __constant_htonl(0x00080000),
77 TCP_FLAG_RST = __constant_htonl(0x00040000),
78 TCP_FLAG_SYN = __constant_htonl(0x00020000),
79 TCP_FLAG_FIN = __constant_htonl(0x00010000),
80 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
81 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
tcp.h 61 TCP_FLAG_CWR = __constant_htonl(0x00800000),
62 TCP_FLAG_ECE = __constant_htonl(0x00400000),
63 TCP_FLAG_URG = __constant_htonl(0x00200000),
64 TCP_FLAG_ACK = __constant_htonl(0x00100000),
65 TCP_FLAG_PSH = __constant_htonl(0x00080000),
66 TCP_FLAG_RST = __constant_htonl(0x00040000),
67 TCP_FLAG_SYN = __constant_htonl(0x00020000),
68 TCP_FLAG_FIN = __constant_htonl(0x00010000),
69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000
    [all...]

Completed in 2126 milliseconds

1 2 3 4 5 6 7 8