Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/sctp/
Dcommand.h157 #define SCTP_ARG_CONSTRUCTOR(name, type, elt) \ macro
162 SCTP_ARG_CONSTRUCTOR(I32, __s32, i32)
163 SCTP_ARG_CONSTRUCTOR(U32, __u32, u32)
164 SCTP_ARG_CONSTRUCTOR(U16, __u16, u16)
165 SCTP_ARG_CONSTRUCTOR(U8, __u8, u8)
166 SCTP_ARG_CONSTRUCTOR(ERROR, int, error)
167 SCTP_ARG_CONSTRUCTOR(STATE, sctp_state_t, state)
168 SCTP_ARG_CONSTRUCTOR(COUNTER, sctp_counter_t, counter)
169 SCTP_ARG_CONSTRUCTOR(TO, sctp_event_timeout_t, to)
170 SCTP_ARG_CONSTRUCTOR(PTR, void *, ptr)
[all …]