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

/bionic/libc/kernel/common/linux/
H A Dtcp.h74 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(
[all...]
/bionic/libc/kernel/common/linux/lockd/
H A Dxdr.h27 #define nlm_granted __constant_htonl(NLM_LCK_GRANTED)
29 #define nlm_lck_denied __constant_htonl(NLM_LCK_DENIED)
30 #define nlm_lck_denied_nolocks __constant_htonl(NLM_LCK_DENIED_NOLOCKS)
31 #define nlm_lck_blocked __constant_htonl(NLM_LCK_BLOCKED)
32 #define nlm_lck_denied_grace_period __constant_htonl(NLM_LCK_DENIED_GRACE_PERIOD)
/bionic/libc/kernel/common/linux/byteorder/
H A Dbig_endian.h31 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) macro
H A Dlittle_endian.h31 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) macro
/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c400 .sin_addr.s_addr = __constant_htonl(0x08080808L) // 8.8.8.8

Completed in 214 milliseconds