Home
last modified time | relevance | path

Searched refs:__constant_htonl (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dtcp.h72 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)
H A Dpim.h21 #define PIM_V1_VERSION __constant_htonl(0x10000000)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/byteorder/
H A Dbig_endian.h14 #define __constant_htonl(x) ( (__be32)(__u32)(x)) macro
H A Dlittle_endian.h14 #define __constant_htonl(x) ( (__be32)___constant_swab32((x))) macro