Home
last modified time | relevance | path

Searched refs:sctp_asconf_paramhdr (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_asconf.c83 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 …]
Dsctp_header.h122 struct sctp_asconf_paramhdr { /* an ASCONF "parameter" */ struct
128 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */ argument
134 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */
141 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */
Dsctp_input.c4839 if (asconf_len < sizeof(struct sctp_asconf_paramhdr))
Dsctp_output.c5517 if (padded_size != sizeof(struct sctp_asconf_paramhdr)) {