Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_asconf.c80 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 …]
HDsctp_header.h108 struct sctp_asconf_paramhdr { /* an ASCONF "parameter" */ struct
114 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */ argument
120 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */
127 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */
HDsctp_input.c4588 if (asconf_len < sizeof(struct sctp_asconf_paramhdr)) in sctp_process_control()
HDsctp_output.c5093 if (padded_size != sizeof(struct sctp_asconf_paramhdr)) { in sctp_arethere_unrecognized_parameters()