Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_asconf.c81 struct sctp_asconf_paramhdr *aph; in sctp_asconf_success_response()
105 struct sctp_asconf_paramhdr *aph; in sctp_asconf_error_response()
313 struct sctp_asconf_paramhdr *aph, in sctp_process_asconf_delete_ip()
451 struct sctp_asconf_paramhdr *aph, in sctp_process_asconf_set_primary()
615 struct sctp_asconf_paramhdr *aph; in sctp_handle_asconf()
797 sizeof(struct sctp_asconf_paramhdr), in sctp_handle_asconf()
1564 struct sctp_asconf_paramhdr *aph) in sctp_asconf_process_error()
1669 struct sctp_asconf_paramhdr *aph; in sctp_handle_asconf_ack()
2334 struct sctp_asconf_paramhdr *aph; in sctp_is_addr_pending()
2560 struct sctp_asconf_paramhdr *aph; in sctp_compose_asconf()
[all …]
H A Dsctp_header.h107 struct sctp_asconf_paramhdr { /* an ASCONF "parameter" */ struct
113 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */ argument
118 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */
124 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */
H A Dsctp_input.c4461 if (asconf_len < sizeof(struct sctp_asconf_paramhdr)) in sctp_process_control()
H A Dsctp_output.c5052 if (padded_size != sizeof(struct sctp_asconf_paramhdr)) { in sctp_arethere_unrecognized_parameters()