Searched refs:__constant_htonl (Results 1 – 4 of 4) sorted by relevance
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)
21 #define PIM_V1_VERSION __constant_htonl(0x10000000)
14 #define __constant_htonl(x) ( (__be32)(__u32)(x)) macro
14 #define __constant_htonl(x) ( (__be32)___constant_swab32((x))) macro