Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dsctp.h155 typedef struct sctp_paramhdr { struct
286 struct sctp_paramhdr param_hdr;
/linux-2.4.37.9/net/sctp/
Dbind_addr.c255 struct sctp_paramhdr *param; in sctp_raw_to_bind_addrs()
263 param = (struct sctp_paramhdr *)raw_addr_list; in sctp_raw_to_bind_addrs()
Dsm_make_chunk.c101 static const struct sctp_paramhdr ecap_param = {
103 __constant_htons(sizeof(struct sctp_paramhdr)),
105 static const struct sctp_paramhdr prsctp_param = {
107 __constant_htons(sizeof(struct sctp_paramhdr)),
847 struct sctp_paramhdr phdr; in sctp_make_abort_violation()
1549 struct sctp_paramhdr *param, in sctp_process_inv_paramlength()
/linux-2.4.37.9/include/net/sctp/
Dstructs.h369 struct sctp_paramhdr *p;
388 struct sctp_paramhdr param_hdr;
Dsctp.h325 #define SCTP_SAT_LEN(x) (sizeof(struct sctp_paramhdr) + (x) * sizeof(__u16))