Home
last modified time | relevance | path

Searched refs:pr_supported (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_output.c4624 struct sctp_supported_chunk_types_param *pr_supported; in sctp_send_initiate() local
4738 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF; in sctp_send_initiate()
4739 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF_ACK; in sctp_send_initiate()
4742 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET; in sctp_send_initiate()
4745 pr_supported->chunk_types[num_ext++] = SCTP_IDATA; in sctp_send_initiate()
4756 pr_supported->ph.param_length = htons(parameter_len); in sctp_send_initiate()
5471 struct sctp_supported_chunk_types_param *pr_supported; in sctp_send_initiate_ack() local
5937 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF; in sctp_send_initiate_ack()
5938 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF_ACK; in sctp_send_initiate_ack()
5946 pr_supported->chunk_types[num_ext++] = SCTP_IDATA; in sctp_send_initiate_ack()
[all …]
H A Dsctp_auth.c1796 struct sctp_supported_chunk_types_param *pr_supported; in sctp_validate_init_auth_params() local
1809 pr_supported = (struct sctp_supported_chunk_types_param *)phdr; in sctp_validate_init_auth_params()
1812 switch (pr_supported->chunk_types[i]) { in sctp_validate_init_auth_params()
H A Dsctp_pcb.c6399 struct sctp_supported_chunk_types_param *pr_supported; in sctp_load_addresses_from_init() local
6411 pr_supported = (struct sctp_supported_chunk_types_param *)phdr; in sctp_load_addresses_from_init()
6414 switch (pr_supported->chunk_types[i]) { in sctp_load_addresses_from_init()