Searched refs:sctp_subtype_t (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Ddebug.c74 const char *sctp_cname(const sctp_subtype_t cid)
145 const char *sctp_pname(const sctp_subtype_t id)
158 const char *sctp_oname(const sctp_subtype_t id)
179 const char *sctp_tname(const sctp_subtype_t id)
H A Dsm_statefuns.c84 const sctp_subtype_t type,
89 const sctp_subtype_t type,
94 const sctp_subtype_t type,
115 const sctp_subtype_t type,
122 const sctp_subtype_t type,
129 const sctp_subtype_t type,
136 const sctp_subtype_t type,
142 const sctp_subtype_t type,
147 const sctp_subtype_t type,
207 const sctp_subtype_t typ
[all...]
H A Dprimitive.c63 sctp_event_t event_type; sctp_subtype_t subtype; \
H A Dsm_sideeffect.c60 sctp_subtype_t subtype,
68 static int sctp_side_effects(sctp_event_t event_type, sctp_subtype_t subtype,
549 sctp_subtype_t subtype,
1052 int sctp_do_sm(sctp_event_t event_type, sctp_subtype_t subtype,
1063 typedef const char *(printfn_t)(sctp_subtype_t);
1095 static int sctp_side_effects(sctp_event_t event_type, sctp_subtype_t subtype,
1178 sctp_subtype_t subtype,
H A Dprobe.c124 const sctp_subtype_t type,
H A Dendpointola.c407 sctp_subtype_t subtype;
H A Dsm_statetable.c81 sctp_subtype_t event_subtype)
H A Dassociola.c1085 sctp_subtype_t subtype;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dconstants.h136 * sctp_subtype_t foo = SCTP_ST_CHUNK(SCTP_CID_INIT);
144 } sctp_subtype_t; typedef in typeref:union:__anon18469
147 static inline sctp_subtype_t \
149 { sctp_subtype_t _retval; _retval._elt = _arg; return _retval; }
238 const char *sctp_cname(const sctp_subtype_t); /* chunk types */
239 const char *sctp_oname(const sctp_subtype_t); /* other events */
240 const char *sctp_tname(const sctp_subtype_t); /* timeouts */
241 const char *sctp_pname(const sctp_subtype_t); /* primitives */
H A Dsm.h82 const sctp_subtype_t type,
182 sctp_subtype_t);
272 int sctp_do_sm(sctp_event_t event_type, sctp_subtype_t subtype,

Completed in 66 milliseconds