Lines Matching defs:addstr
12025 struct sctp_stream_reset_add_strm *addstr;
12031 addstr = (struct sctp_stream_reset_add_strm *)((caddr_t)ch + len);
12036 addstr->ph.param_type = htons(SCTP_STR_RESET_ADD_OUT_STREAMS);
12037 addstr->ph.param_length = htons(len);
12038 addstr->request_seq = htonl(seq);
12039 addstr->number_of_streams = htons(adding);
12040 addstr->reserved = 0;
12058 struct sctp_stream_reset_add_strm *addstr;
12064 addstr = (struct sctp_stream_reset_add_strm *)((caddr_t)ch + len);
12068 addstr->ph.param_type = htons(SCTP_STR_RESET_ADD_IN_STREAMS);
12069 addstr->ph.param_length = htons(len);
12070 addstr->request_seq = htonl(seq);
12071 addstr->number_of_streams = htons(adding);
12072 addstr->reserved = 0;