Searched refs:__constant_htonl (Results 1 - 25 of 32) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/nfsd/
H A Dnfsd.h142 #define nfs_ok __constant_htonl(NFS_OK)
143 #define nfserr_perm __constant_htonl(NFSERR_PERM)
144 #define nfserr_noent __constant_htonl(NFSERR_NOENT)
145 #define nfserr_io __constant_htonl(NFSERR_IO)
146 #define nfserr_nxio __constant_htonl(NFSERR_NXIO)
147 #define nfserr_eagain __constant_htonl(NFSERR_EAGAIN)
148 #define nfserr_acces __constant_htonl(NFSERR_ACCES)
149 #define nfserr_exist __constant_htonl(NFSERR_EXIST)
150 #define nfserr_xdev __constant_htonl(NFSERR_XDEV)
151 #define nfserr_nodev __constant_htonl(NFSERR_NODE
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/nfsd/
H A Dnfsd.h142 #define nfs_ok __constant_htonl(NFS_OK)
143 #define nfserr_perm __constant_htonl(NFSERR_PERM)
144 #define nfserr_noent __constant_htonl(NFSERR_NOENT)
145 #define nfserr_io __constant_htonl(NFSERR_IO)
146 #define nfserr_nxio __constant_htonl(NFSERR_NXIO)
147 #define nfserr_eagain __constant_htonl(NFSERR_EAGAIN)
148 #define nfserr_acces __constant_htonl(NFSERR_ACCES)
149 #define nfserr_exist __constant_htonl(NFSERR_EXIST)
150 #define nfserr_xdev __constant_htonl(NFSERR_XDEV)
151 #define nfserr_nodev __constant_htonl(NFSERR_NODE
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/sunrpc/
H A Dxdr.h65 #define xdr_zero __constant_htonl(0)
66 #define xdr_one __constant_htonl(1)
67 #define xdr_two __constant_htonl(2)
69 #define rpc_success __constant_htonl(RPC_SUCCESS)
70 #define rpc_prog_unavail __constant_htonl(RPC_PROG_UNAVAIL)
71 #define rpc_prog_mismatch __constant_htonl(RPC_PROG_MISMATCH)
72 #define rpc_proc_unavail __constant_htonl(RPC_PROC_UNAVAIL)
73 #define rpc_garbage_args __constant_htonl(RPC_GARBAGE_ARGS)
74 #define rpc_system_err __constant_htonl(RPC_SYSTEM_ERR)
76 #define rpc_auth_ok __constant_htonl(RPC_AUTH_O
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/sunrpc/
H A Dxdr.h65 #define xdr_zero __constant_htonl(0)
66 #define xdr_one __constant_htonl(1)
67 #define xdr_two __constant_htonl(2)
69 #define rpc_success __constant_htonl(RPC_SUCCESS)
70 #define rpc_prog_unavail __constant_htonl(RPC_PROG_UNAVAIL)
71 #define rpc_prog_mismatch __constant_htonl(RPC_PROG_MISMATCH)
72 #define rpc_proc_unavail __constant_htonl(RPC_PROC_UNAVAIL)
73 #define rpc_garbage_args __constant_htonl(RPC_GARBAGE_ARGS)
74 #define rpc_system_err __constant_htonl(RPC_SYSTEM_ERR)
76 #define rpc_auth_ok __constant_htonl(RPC_AUTH_O
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/lockd/
H A Dxdr4.h18 #define nlm4_deadlock __constant_htonl(NLM_DEADLCK)
19 #define nlm4_rofs __constant_htonl(NLM_ROFS)
20 #define nlm4_stale_fh __constant_htonl(NLM_STALE_FH)
21 #define nlm4_fbig __constant_htonl(NLM_FBIG)
22 #define nlm4_failed __constant_htonl(NLM_FAILED)
H A Dxdr.h20 #define nlm_granted __constant_htonl(NLM_LCK_GRANTED)
21 #define nlm_lck_denied __constant_htonl(NLM_LCK_DENIED)
22 #define nlm_lck_denied_nolocks __constant_htonl(NLM_LCK_DENIED_NOLOCKS)
23 #define nlm_lck_blocked __constant_htonl(NLM_LCK_BLOCKED)
24 #define nlm_lck_denied_grace_period __constant_htonl(NLM_LCK_DENIED_GRACE_PERIOD)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/lockd/
H A Dxdr4.h18 #define nlm4_deadlock __constant_htonl(NLM_DEADLCK)
19 #define nlm4_rofs __constant_htonl(NLM_ROFS)
20 #define nlm4_stale_fh __constant_htonl(NLM_STALE_FH)
21 #define nlm4_fbig __constant_htonl(NLM_FBIG)
22 #define nlm4_failed __constant_htonl(NLM_FAILED)
H A Dxdr.h20 #define nlm_granted __constant_htonl(NLM_LCK_GRANTED)
21 #define nlm_lck_denied __constant_htonl(NLM_LCK_DENIED)
22 #define nlm_lck_denied_nolocks __constant_htonl(NLM_LCK_DENIED_NOLOCKS)
23 #define nlm_lck_blocked __constant_htonl(NLM_LCK_BLOCKED)
24 #define nlm_lck_denied_grace_period __constant_htonl(NLM_LCK_DENIED_GRACE_PERIOD)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dtcp.h105 TCP_FLAG_CWR = __constant_htonl(0x00800000),
106 TCP_FLAG_ECE = __constant_htonl(0x00400000),
107 TCP_FLAG_URG = __constant_htonl(0x00200000),
108 TCP_FLAG_ACK = __constant_htonl(0x00100000),
109 TCP_FLAG_PSH = __constant_htonl(0x00080000),
110 TCP_FLAG_RST = __constant_htonl(0x00040000),
111 TCP_FLAG_SYN = __constant_htonl(0x00020000),
112 TCP_FLAG_FIN = __constant_htonl(0x00010000),
113 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
114 TCP_DATA_OFFSET = __constant_htonl(
[all...]
H A Dhfs_sysdep.h164 # if !defined(__constant_htonl)
165 # define __constant_htonl(x) (x) macro
172 # if !defined(__constant_htonl)
173 # define __constant_htonl(x) \ macro
H A Dmroute.h200 #define PIM_V1_VERSION __constant_htonl(0x10000000)
206 #define PIM_NULL_REGISTER __constant_htonl(0x40000000)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dtcp.h105 TCP_FLAG_CWR = __constant_htonl(0x00800000),
106 TCP_FLAG_ECE = __constant_htonl(0x00400000),
107 TCP_FLAG_URG = __constant_htonl(0x00200000),
108 TCP_FLAG_ACK = __constant_htonl(0x00100000),
109 TCP_FLAG_PSH = __constant_htonl(0x00080000),
110 TCP_FLAG_RST = __constant_htonl(0x00040000),
111 TCP_FLAG_SYN = __constant_htonl(0x00020000),
112 TCP_FLAG_FIN = __constant_htonl(0x00010000),
113 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
114 TCP_DATA_OFFSET = __constant_htonl(
[all...]
H A Dhfs_sysdep.h164 # if !defined(__constant_htonl)
165 # define __constant_htonl(x) (x) macro
172 # if !defined(__constant_htonl)
173 # define __constant_htonl(x) \ macro
H A Dmroute.h200 #define PIM_V1_VERSION __constant_htonl(0x10000000)
206 #define PIM_NULL_REGISTER __constant_htonl(0x40000000)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Daddrconf.h169 __constant_htonl(0xFF020000), 0,
170 __constant_htonl(0x1),
171 __constant_htonl(0xFF000000) | addr->s6_addr32[3]);
178 __constant_htonl(0xFF020000), 0, 0,
179 __constant_htonl(0x1));
185 __constant_htonl(0xFF020000), 0, 0,
186 __constant_htonl(0x2));
191 return (addr->s6_addr32[0] & __constant_htonl(0xFF000000)) == __constant_htonl(0xFF000000);
H A Dtransp_v6.h35 #define LOOPBACK4_IPV6 __constant_htonl(0x7f000006)
H A Dipv6.h154 #define IPV6_FLOWINFO_MASK __constant_htonl(0x0FFFFFFF)
155 #define IPV6_FLOWLABEL_MASK __constant_htonl(0x000FFFFF)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Daddrconf.h169 __constant_htonl(0xFF020000), 0,
170 __constant_htonl(0x1),
171 __constant_htonl(0xFF000000) | addr->s6_addr32[3]);
178 __constant_htonl(0xFF020000), 0, 0,
179 __constant_htonl(0x1));
185 __constant_htonl(0xFF020000), 0, 0,
186 __constant_htonl(0x2));
191 return (addr->s6_addr32[0] & __constant_htonl(0xFF000000)) == __constant_htonl(0xFF000000);
H A Dtransp_v6.h35 #define LOOPBACK4_IPV6 __constant_htonl(0x7f000006)
H A Dipv6.h154 #define IPV6_FLOWINFO_MASK __constant_htonl(0x0FFFFFFF)
155 #define IPV6_FLOWLABEL_MASK __constant_htonl(0x000FFFFF)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/802/
H A Dhippi.c75 hip->fp.fixed = __constant_htonl(0x04800018);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dpdp_endian.h33 #define __constant_htonl(x) ___constant_swahb32((x)) macro
H A Dbig_endian.h13 #define __constant_htonl(x) ((__u32)(x)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dpdp_endian.h33 #define __constant_htonl(x) ___constant_swahb32((x)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dfile_hdr.c35 __constant_htonl(HFS_DBL_MAGIC), /* magic */
36 __constant_htonl(HFS_HDR_VERSION_2), /* version */
57 __constant_htonl(HFS_DBL_MAGIC), /* magic */
58 __constant_htonl(HFS_HDR_VERSION_2), /* version */
77 __constant_htonl(HFS_DBL_MAGIC), /* magic */
78 __constant_htonl(HFS_HDR_VERSION_2), /* version */
105 __constant_htonl(HFS_DBL_MAGIC), /* magic */
106 __constant_htonl(HFS_HDR_VERSION_1), /* version */

Completed in 200 milliseconds

12