Searched refs:sctp_asconf_paramhdr (Results 1 – 4 of 4) sorted by relevance
83 struct sctp_asconf_paramhdr *aph; in sctp_asconf_success_response()85 m_reply = sctp_get_mbuf_for_msg(sizeof(struct sctp_asconf_paramhdr), in sctp_asconf_success_response()92 aph = mtod(m_reply, struct sctp_asconf_paramhdr *); in sctp_asconf_success_response()95 aph->ph.param_length = sizeof(struct sctp_asconf_paramhdr); in sctp_asconf_success_response()107 struct sctp_asconf_paramhdr *aph; in sctp_asconf_error_response()117 param_length = sizeof(struct sctp_asconf_paramhdr) + cause_length; in sctp_asconf_error_response()135 aph = mtod(m_reply, struct sctp_asconf_paramhdr *); in sctp_asconf_error_response()154 sctp_process_asconf_add_ip(struct sockaddr *src, struct sctp_asconf_paramhdr *aph, in sctp_process_asconf_add_ip()178 if (aparam_length < sizeof(struct sctp_asconf_paramhdr) + sizeof(struct sctp_paramhdr)) { in sctp_process_asconf_add_ip()185 if (param_length + sizeof(struct sctp_asconf_paramhdr) != aparam_length) { in sctp_process_asconf_add_ip()[all …]
122 struct sctp_asconf_paramhdr { /* an ASCONF "parameter" */ struct128 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */ argument134 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */141 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */
4839 if (asconf_len < sizeof(struct sctp_asconf_paramhdr))
5517 if (padded_size != sizeof(struct sctp_asconf_paramhdr)) {