Go to the documentation of this file.
39 #ifndef __net_sctp_command_h__
40 #define __net_sctp_command_h__
121 #define SCTP_MAX_NUM_COMMANDS 14
170 #define SCTP_ARG_CONSTRUCTOR(name, type, elt) \
171 static inline sctp_arg_t \
172 SCTP_## name (type arg) \
173 { sctp_arg_t retval = {.zero = 0UL}; retval.elt = arg; return retval; }