Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_output.c4628 struct sctp_supported_chunk_types_param *pr_supported; in sctp_send_initiate() local
4741 pr_supported = (struct sctp_supported_chunk_types_param *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate()
4743 pr_supported->chunk_types[num_ext++] = SCTP_FORWARD_CUM_TSN; in sctp_send_initiate()
4745 pr_supported->chunk_types[num_ext++] = SCTP_IFORWARD_CUM_TSN; in sctp_send_initiate()
4749 pr_supported->chunk_types[num_ext++] = SCTP_AUTHENTICATION; in sctp_send_initiate()
4752 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF; in sctp_send_initiate()
4753 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF_ACK; in sctp_send_initiate()
4756 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET; in sctp_send_initiate()
4759 pr_supported->chunk_types[num_ext++] = SCTP_IDATA; in sctp_send_initiate()
4762 pr_supported->chunk_types[num_ext++] = SCTP_NR_SELECTIVE_ACK; in sctp_send_initiate()
[all …]
H A Dsctp_auth.c1789 struct sctp_supported_chunk_types_param *pr_supported; in sctp_validate_init_auth_params() local
1802 pr_supported = (struct sctp_supported_chunk_types_param *)phdr; in sctp_validate_init_auth_params()
1805 switch (pr_supported->chunk_types[i]) { in sctp_validate_init_auth_params()
H A Dsctp_pcb.c6289 struct sctp_supported_chunk_types_param *pr_supported; in sctp_load_addresses_from_init() local
6301 pr_supported = (struct sctp_supported_chunk_types_param *)phdr; in sctp_load_addresses_from_init()
6304 switch (pr_supported->chunk_types[i]) { in sctp_load_addresses_from_init()