Searched refs:param_length (Results 1 – 10 of 10) sorted by relevance
137 aph->ph.param_length = sizeof(struct sctp_asconf_paramhdr); in sctp_asconf_success_response()138 m_reply->m_len = aph->ph.param_length; in sctp_asconf_success_response()139 aph->ph.param_length = htons(aph->ph.param_length); in sctp_asconf_success_response()169 aph->ph.param_length = error->length + in sctp_asconf_error_response()172 if (aph->ph.param_length > MLEN) { in sctp_asconf_error_response()188 m_reply->m_len = aph->ph.param_length; in sctp_asconf_error_response()190 aph->ph.param_length = htons(aph->ph.param_length); in sctp_asconf_error_response()202 uint16_t param_type, param_length, aparam_length; in sctp_process_asconf_add_ip() local210 aparam_length = ntohs(aph->ph.param_length); in sctp_process_asconf_add_ip()216 param_length = ntohs(v4addr->ph.param_length); in sctp_process_asconf_add_ip()[all …]
855 ph->param_length = htons(oper->m_len); in sctp_queue_data_to_stream() 1086 ph->param_length = htons(oper->m_len); in sctp_queue_data_for_reasm() 1116 ph->param_length = htons(oper->m_len); in sctp_queue_data_for_reasm() 1146 ph->param_length = in sctp_queue_data_for_reasm() 1177 ph->param_length = in sctp_queue_data_for_reasm() 1275 ph->param_length = in sctp_queue_data_for_reasm() 1311 ph->param_length = in sctp_queue_data_for_reasm() 1349 ph->param_length = in sctp_queue_data_for_reasm() 1383 ph->param_length = in sctp_queue_data_for_reasm() 1428 ph->param_length in sctp_queue_data_for_reasm() [all...]
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() local2677 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()[all …]
67 u_int16_t param_length; /* parameter length */ member
205 parmh->param_length = htons(len); in sctp_add_addr_to_mbuf() 214 parmh->param_length = htons(len); in sctp_add_addr_to_mbuf() 264 ph->param_length = 0; /* fill in at the end */ in sctp_add_cookie() 313 ph->param_length = htons(cookie_sz); in sctp_add_cookie() 2656 sup_addr->ph.param_length = htons(sizeof(*sup_addr) + in sctp_send_initiate() 2668 ali->ph.param_length = htons(sizeof(*ali)); in sctp_send_initiate() 2683 cookie_preserve->ph.param_length = htons( in sctp_send_initiate() 2695 ecn->ph.param_length = htons(sizeof(*ecn)); in sctp_send_initiate() 2704 prsctp->ph.param_length = htons(sizeof(*prsctp)); in sctp_send_initiate() 2713 pr_supported->ph.param_length in sctp_send_initiate() [all...]
426 if (ntohs(phdr->param_length) != sizeof(struct sctp_ipv6addr_param)) { in sctp_findassociation_ep_asconf()449 if (ntohs(phdr->param_length) != sizeof(struct sctp_ipv4addr_param)) { in sctp_findassociation_ep_asconf()1000 plen = ntohs(phdr->param_length); in sctp_findassociation_special_addr()2068 ph->param_length = htons(op_err->m_len); in sctp_inpcb_free()2165 ph->param_length = htons(op_err->m_len); in sctp_inpcb_free()4013 plen = ntohs(phdr->param_length); in sctp_load_addresses_from_init()
201 ph->param_length = htons(oper->m_len); in sctp_threshold_management()924 ph->param_length = htons(oper->m_len); in sctp_cookie_timer()
3174 ph->param_length = htons(sizeof(struct sctp_paramhdr)); in sctp_generate_invmanparam()
734 ph->param_length = htons(err->m_len); in sctp_disconnect()
51 uint8_t param_length; member71 cp.param_length = 0x03; in init_swave()