Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_output.c4630 uint16_t num_ext, chunk_len, padding_len, parameter_len; in sctp_send_initiate() local
4738 num_ext = 0; 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 …]