Searched refs:sctp_asconf_paramhdr (Results 1 – 5 of 5) sorted by relevance
78 struct sctp_asconf_paramhdr *aph; in sctp_asconf_success_response()80 m_reply = sctp_get_mbuf_for_msg(sizeof(struct sctp_asconf_paramhdr), in sctp_asconf_success_response()87 aph = mtod(m_reply, struct sctp_asconf_paramhdr *); in sctp_asconf_success_response()90 aph->ph.param_length = sizeof(struct sctp_asconf_paramhdr); in sctp_asconf_success_response()102 struct sctp_asconf_paramhdr *aph; in sctp_asconf_error_response()112 param_length = sizeof(struct sctp_asconf_paramhdr) + cause_length; in sctp_asconf_error_response()130 aph = mtod(m_reply, struct sctp_asconf_paramhdr *); in sctp_asconf_error_response()149 sctp_process_asconf_add_ip(struct sockaddr *src, struct sctp_asconf_paramhdr *aph, in sctp_process_asconf_add_ip()173 if (aparam_length < sizeof(struct sctp_asconf_paramhdr) + sizeof(struct sctp_paramhdr)) { in sctp_process_asconf_add_ip()180 if (param_length + sizeof(struct sctp_asconf_paramhdr) != aparam_length) { in sctp_process_asconf_add_ip()[all …]
104 struct sctp_asconf_paramhdr { /* an ASCONF "parameter" */ struct110 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */ argument115 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */121 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */
4414 if (asconf_len < sizeof(struct sctp_asconf_paramhdr)) in sctp_process_control()
5089 if (padded_size != sizeof(struct sctp_asconf_paramhdr)) { in sctp_arethere_unrecognized_parameters()
7613 struct sctp_asconf_paramhdr ah; in pf_multihome_scan()7628 struct sctp_asconf_paramhdr ah; in pf_multihome_scan()