Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h384 #define IS_SCTP_CONTROL(a) (((a)->chunk_type != SCTP_DATA) && ((a)->chunk_type != SCTP_IDATA))
385 #define IS_SCTP_DATA(a) (((a)->chunk_type == SCTP_DATA) || ((a)->chunk_type == SCTP_IDATA))
H A Dsctp.h455 #define SCTP_IDATA 0x40 macro
/f-stack/freebsd/netinet/
H A Dsctp_constants.h384 #define IS_SCTP_CONTROL(a) (((a)->chunk_type != SCTP_DATA) && ((a)->chunk_type != SCTP_IDATA))
385 #define IS_SCTP_DATA(a) (((a)->chunk_type == SCTP_DATA) || ((a)->chunk_type == SCTP_IDATA))
H A Dsctp.h455 #define SCTP_IDATA 0x40 macro
H A Dsctp_indata.c1712 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()
1862 if ((chk_type == SCTP_IDATA) && in sctp_process_a_data_chunk()
2024 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()
2030 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()
2050 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()
2743 (ch->chunk_type == SCTP_IDATA)) { in sctp_process_data()
2754 (ch->chunk_type == SCTP_IDATA)) { in sctp_process_data()
H A Dsctp_input.c3098 case SCTP_IDATA: in process_chunk_drop()
4256 } else if (desc.chunk_type == SCTP_IDATA) { in sctp_handle_packet_dropped()
H A Dsctp_output.c4745 pr_supported->chunk_types[num_ext++] = SCTP_IDATA; in sctp_send_initiate()
5946 pr_supported->chunk_types[num_ext++] = SCTP_IDATA; in sctp_send_initiate_ack()
7581 ndchkh->ch.chunk_type = SCTP_IDATA; in sctp_move_to_outqueue()
H A Dsctp_pcb.c6436 case SCTP_IDATA: in sctp_load_addresses_from_init()