Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet/
HDsctp_asconf.c78 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 …]
HDsctp_header.h104 struct sctp_asconf_paramhdr { /* an ASCONF "parameter" */ struct
110 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */ argument
115 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */
121 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */
HDsctp_input.c4414 if (asconf_len < sizeof(struct sctp_asconf_paramhdr)) in sctp_process_control()
HDsctp_output.c5089 if (padded_size != sizeof(struct sctp_asconf_paramhdr)) { in sctp_arethere_unrecognized_parameters()
/freebsd-head/sys/netpfil/pf/
HDpf.c7613 struct sctp_asconf_paramhdr ah; in pf_multihome_scan()
7628 struct sctp_asconf_paramhdr ah; in pf_multihome_scan()