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.c4626 struct sctp_supported_chunk_types_param *pr_supported; in sctp_send_initiate() local
4739 pr_supported = (struct sctp_supported_chunk_types_param *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate()
4741 pr_supported->chunk_types[num_ext++] = SCTP_FORWARD_CUM_TSN; in sctp_send_initiate()
4743 pr_supported->chunk_types[num_ext++] = SCTP_IFORWARD_CUM_TSN; in sctp_send_initiate()
4747 pr_supported->chunk_types[num_ext++] = SCTP_AUTHENTICATION; in sctp_send_initiate()
4750 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF; in sctp_send_initiate()
4751 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF_ACK; in sctp_send_initiate()
4754 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET; in sctp_send_initiate()
4757 pr_supported->chunk_types[num_ext++] = SCTP_IDATA; in sctp_send_initiate()
4760 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.c6286 struct sctp_supported_chunk_types_param *pr_supported; in sctp_load_addresses_from_init() local
6298 pr_supported = (struct sctp_supported_chunk_types_param *)phdr; in sctp_load_addresses_from_init()
6301 switch (pr_supported->chunk_types[i]) { in sctp_load_addresses_from_init()