__constant_htons   71 include/linux/byteorder.h #define __constant_htons(x) __cpu_to_be16(x)
__constant_htons   16 include/linux/byteorder/big_endian.h #define __constant_htons(x) ((__force __be16)(__u16)(x))
__constant_htons   16 include/linux/byteorder/little_endian.h #define __constant_htons(x) ((__force __be16)___constant_swab16((x)))
__constant_htons  175 include/linux/sctp.h SCTP_PARAM_HEARTBEAT_INFO		= __constant_htons(1),
__constant_htons  177 include/linux/sctp.h SCTP_PARAM_IPV4_ADDRESS			= __constant_htons(5),
__constant_htons  178 include/linux/sctp.h SCTP_PARAM_IPV6_ADDRESS			= __constant_htons(6),
__constant_htons  179 include/linux/sctp.h SCTP_PARAM_STATE_COOKIE			= __constant_htons(7),
__constant_htons  180 include/linux/sctp.h SCTP_PARAM_UNRECOGNIZED_PARAMETERS	= __constant_htons(8),
__constant_htons  181 include/linux/sctp.h SCTP_PARAM_COOKIE_PRESERVATIVE		= __constant_htons(9),
__constant_htons  182 include/linux/sctp.h SCTP_PARAM_HOST_NAME_ADDRESS		= __constant_htons(11),
__constant_htons  183 include/linux/sctp.h SCTP_PARAM_SUPPORTED_ADDRESS_TYPES	= __constant_htons(12),
__constant_htons  184 include/linux/sctp.h SCTP_PARAM_ECN_CAPABLE			= __constant_htons(0x8000),
__constant_htons  187 include/linux/sctp.h SCTP_PARAM_RANDOM			= __constant_htons(0x8002),
__constant_htons  188 include/linux/sctp.h SCTP_PARAM_CHUNKS			= __constant_htons(0x8003),
__constant_htons  189 include/linux/sctp.h SCTP_PARAM_HMAC_ALGO			= __constant_htons(0x8004),
__constant_htons  192 include/linux/sctp.h SCTP_PARAM_SUPPORTED_EXT	= __constant_htons(0x8008),
__constant_htons  195 include/linux/sctp.h SCTP_PARAM_FWD_TSN_SUPPORT	= __constant_htons(0xc000),
__constant_htons  198 include/linux/sctp.h SCTP_PARAM_ADD_IP		= __constant_htons(0xc001),
__constant_htons  199 include/linux/sctp.h SCTP_PARAM_DEL_IP		= __constant_htons(0xc002),
__constant_htons  200 include/linux/sctp.h SCTP_PARAM_ERR_CAUSE		= __constant_htons(0xc003),
__constant_htons  201 include/linux/sctp.h SCTP_PARAM_SET_PRIMARY		= __constant_htons(0xc004),
__constant_htons  202 include/linux/sctp.h SCTP_PARAM_SUCCESS_REPORT	= __constant_htons(0xc005),
__constant_htons  203 include/linux/sctp.h SCTP_PARAM_ADAPTATION_LAYER_IND = __constant_htons(0xc006),
__constant_htons  215 include/linux/sctp.h SCTP_PARAM_ACTION_DISCARD     = __constant_htons(0x0000),
__constant_htons  216 include/linux/sctp.h SCTP_PARAM_ACTION_DISCARD_ERR = __constant_htons(0x4000),
__constant_htons  217 include/linux/sctp.h SCTP_PARAM_ACTION_SKIP        = __constant_htons(0x8000),
__constant_htons  218 include/linux/sctp.h SCTP_PARAM_ACTION_SKIP_ERR    = __constant_htons(0xc000),
__constant_htons  221 include/linux/sctp.h enum { SCTP_PARAM_ACTION_MASK = __constant_htons(0xc000), };
__constant_htons  460 include/linux/sctp.h SCTP_ERROR_NO_ERROR	   = __constant_htons(0x00),
__constant_htons  461 include/linux/sctp.h SCTP_ERROR_INV_STRM	   = __constant_htons(0x01),
__constant_htons  462 include/linux/sctp.h SCTP_ERROR_MISS_PARAM 	   = __constant_htons(0x02),
__constant_htons  463 include/linux/sctp.h SCTP_ERROR_STALE_COOKIE	   = __constant_htons(0x03),
__constant_htons  464 include/linux/sctp.h SCTP_ERROR_NO_RESOURCE 	   = __constant_htons(0x04),
__constant_htons  465 include/linux/sctp.h SCTP_ERROR_DNS_FAILED      = __constant_htons(0x05),
__constant_htons  466 include/linux/sctp.h SCTP_ERROR_UNKNOWN_CHUNK   = __constant_htons(0x06),
__constant_htons  467 include/linux/sctp.h SCTP_ERROR_INV_PARAM       = __constant_htons(0x07),
__constant_htons  468 include/linux/sctp.h SCTP_ERROR_UNKNOWN_PARAM   = __constant_htons(0x08),
__constant_htons  469 include/linux/sctp.h SCTP_ERROR_NO_DATA         = __constant_htons(0x09),
__constant_htons  470 include/linux/sctp.h SCTP_ERROR_COOKIE_IN_SHUTDOWN = __constant_htons(0x0a),
__constant_htons  479 include/linux/sctp.h SCTP_ERROR_RESTART         = __constant_htons(0x0b),
__constant_htons  480 include/linux/sctp.h SCTP_ERROR_USER_ABORT      = __constant_htons(0x0c),
__constant_htons  481 include/linux/sctp.h SCTP_ERROR_PROTO_VIOLATION = __constant_htons(0x0d),
__constant_htons  496 include/linux/sctp.h SCTP_ERROR_DEL_LAST_IP	= __constant_htons(0x0100),
__constant_htons  497 include/linux/sctp.h SCTP_ERROR_RSRC_LOW	= __constant_htons(0x0101),
__constant_htons  498 include/linux/sctp.h SCTP_ERROR_DEL_SRC_IP	= __constant_htons(0x0102),
__constant_htons  499 include/linux/sctp.h SCTP_ERROR_ASCONF_ACK   = __constant_htons(0x0103),
__constant_htons  500 include/linux/sctp.h SCTP_ERROR_REQ_REFUSED	= __constant_htons(0x0104),
__constant_htons  512 include/linux/sctp.h SCTP_ERROR_UNSUP_HMAC	= __constant_htons(0x0105)