HomeSort by: relevance | last modified time | path
    Searched refs:chunk_types (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_header.h 125 u_int8_t chunk_types[0]; member in struct:sctp_supported_chunk_types_param
sctp_output.c 2714 pr_supported->chunk_types[0] = SCTP_ASCONF;
2715 pr_supported->chunk_types[1] = SCTP_ASCONF_ACK;
2716 pr_supported->chunk_types[2] = SCTP_FORWARD_CUM_TSN;
2717 pr_supported->chunk_types[3] = SCTP_PACKET_DROPPED;
2718 pr_supported->chunk_types[4] = SCTP_STREAM_RESET;
2719 pr_supported->chunk_types[5] = 0; /* pad */
2720 pr_supported->chunk_types[6] = 0; /* pad */
2721 pr_supported->chunk_types[7] = 0; /* pad */
3669 pr_supported->chunk_types[0] = SCTP_ASCONF;
3670 pr_supported->chunk_types[1] = SCTP_ASCONF_ACK
    [all...]
sctp_pcb.c 4238 switch (pr_supported->chunk_types[i]) {

Completed in 16 milliseconds