Home | History | Annotate | Download | only in linux

Lines Matching refs:__constant_htonl

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)