Searched refs:sctp_asconf_paramhdr (Results 1 – 4 of 4) sorted by relevance
80 struct sctp_asconf_paramhdr *aph; in sctp_asconf_success_response()82 m_reply = sctp_get_mbuf_for_msg(sizeof(struct sctp_asconf_paramhdr), in sctp_asconf_success_response()89 aph = mtod(m_reply, struct sctp_asconf_paramhdr *); in sctp_asconf_success_response()92 aph->ph.param_length = sizeof(struct sctp_asconf_paramhdr); in sctp_asconf_success_response()104 struct sctp_asconf_paramhdr *aph; in sctp_asconf_error_response()108 m_reply = sctp_get_mbuf_for_msg((sizeof(struct sctp_asconf_paramhdr) + in sctp_asconf_error_response()117 aph = mtod(m_reply, struct sctp_asconf_paramhdr *); in sctp_asconf_error_response()125 sizeof(struct sctp_asconf_paramhdr); in sctp_asconf_error_response()146 sctp_process_asconf_add_ip(struct sockaddr *src, struct sctp_asconf_paramhdr *aph, in sctp_process_asconf_add_ip()301 struct sctp_asconf_paramhdr *aph, in sctp_process_asconf_delete_ip()[all …]
108 struct sctp_asconf_paramhdr { /* an ASCONF "parameter" */ struct114 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */ argument120 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */127 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */
4588 if (asconf_len < sizeof(struct sctp_asconf_paramhdr)) in sctp_process_control()
5093 if (padded_size != sizeof(struct sctp_asconf_paramhdr)) { in sctp_arethere_unrecognized_parameters()