sctp_asconf.c | 123 struct sctp_asconf_paramhdr *aph; local in function:sctp_asconf_success_response 134 aph = mtod(m_reply, struct sctp_asconf_paramhdr *); 135 aph->correlation_id = id; 136 aph->ph.param_type = htons(SCTP_SUCCESS_REPORT); 137 aph->ph.param_length = sizeof(struct sctp_asconf_paramhdr); 138 m_reply->m_len = aph->ph.param_length; 139 aph->ph.param_length = htons(aph->ph.param_length); 149 struct sctp_asconf_paramhdr *aph; local in function:sctp_asconf_error_response 162 aph = mtod(m_reply, struct sctp_asconf_paramhdr *) 577 struct sctp_asconf_paramhdr *aph, *ack_aph; local in function:sctp_handle_asconf 1334 struct sctp_asconf_paramhdr *aph; local in function:sctp_handle_asconf_ack 2233 struct sctp_asconf_paramhdr *aph; local in function:sctp_compose_asconf [all...] |