Lines Matching refs:param_length
778 error_len = ntohs(phdr->param_length); in sctp_handle_error()
1079 ph->param_length = htons(sizeof(struct sctp_paramhdr)); in sctp_process_cookie_existing()
1950 scm->ph.param_length = htons((sizeof(struct sctp_paramhdr) + in sctp_handle_cookie_echo()
2675 int number_entries, param_length; in sctp_handle_stream_reset_response() local
2677 param_length = ntohs(resp->ph.param_length); in sctp_handle_stream_reset_response()
2684 number_entries = (param_length - sizeof(struct sctp_stream_reset_response))/sizeof(uint16_t); in sctp_handle_stream_reset_response()
2706 stcb->asoc.pending_reply = malloc(param_length, in sctp_handle_stream_reset_response()
2708 memcpy(stcb->asoc.pending_reply, resp, param_length); in sctp_handle_stream_reset_response()
2733 param_len = ntohs(ph->param_length); in sctp_handle_stream_reset()
3226 phdr->param_length = in sctp_process_control()
3502 phdr->param_length = in sctp_process_control()
3705 phd->param_length = in sctp_process_control()