Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_input.c1074 switch (chk->chunk_type) { in sctp_process_unrecog_chunk()
1085 chk->chunk_type, (uint32_t) chk->chunk_type); in sctp_process_unrecog_chunk()
1507 if (init_cp->ch.chunk_type != SCTP_INITIATION) { in sctp_process_cookie_existing()
1522 if (initack_cp->ch.chunk_type != SCTP_INITIATION_ACK) { in sctp_process_cookie_existing()
2062 if (init_cp->ch.chunk_type != SCTP_INITIATION) { in sctp_process_cookie_new()
2079 if (initack_cp->ch.chunk_type != SCTP_INITIATION_ACK) { in sctp_process_cookie_new()
3220 switch (desc->chunk_type) { in process_chunk_drop()
3684 fwdtsn.ch.chunk_type = SCTP_FORWARD_CUM_TSN; in sctp_handle_stream_reset_response()
3801 fwdtsn.ch.chunk_type = SCTP_FORWARD_CUM_TSN; in sctp_handle_str_reset_request_tsn()
4114 ch->chunk_type = SCTP_STREAM_RESET; in sctp_handle_stream_reset()
[all …]
HDsctp_constants.h385 #define IS_SCTP_CONTROL(a) ((a)->chunk_type != SCTP_DATA)
386 #define IS_SCTP_DATA(a) ((a)->chunk_type == SCTP_DATA)
HDsctp.h60 uint8_t chunk_type; /* chunk type */ member
HDsctp_header.h436 uint8_t chunk_type; member
HDsctp_output.c4745 init->ch.chunk_type = SCTP_INITIATION; in sctp_send_initiate()
5780 initack->ch.chunk_type = SCTP_INITIATION_ACK; in sctp_send_initiate_ack()
7522 dchkh->ch.chunk_type = SCTP_DATA; in sctp_move_to_outqueue()
8893 hdr->chunk_type = SCTP_OPERATION_ERROR; in sctp_queue_op_err()
8954 hdr->chunk_type = SCTP_COOKIE_ECHO; in sctp_send_cookie_echo()
9009 chdr->chunk_type = SCTP_HEARTBEAT_ACK; in sctp_send_heartbeat_ack()
9078 hdr->chunk_type = SCTP_COOKIE_ACK; in sctp_send_cookie_ack()
9123 ack_cp->ch.chunk_type = SCTP_SHUTDOWN_ACK; in sctp_send_shutdown_ack()
9167 shutdown_cp->ch.chunk_type = SCTP_SHUTDOWN; in sctp_send_shutdown()
10291 fwdtsn->ch.chunk_type = SCTP_FORWARD_CUM_TSN; in send_forward_tsn()
[all …]
HDsctp_indata.c1295 SCTP_LTRACE_CHK(stcb->sctp_ep, stcb, ch->ch.chunk_type, tsn); in sctp_process_a_data_chunk()
2374 if (ch->ch.chunk_type == SCTP_DATA) { in sctp_process_data()
2434 switch (ch->ch.chunk_type) { in sctp_process_data()
2480 if (ch->ch.chunk_type & 0x40) { in sctp_process_data()
2513 if ((ch->ch.chunk_type & 0x80) == 0) { in sctp_process_data()
HDsctp_pcb.c2272 if ((ch->chunk_type != SCTP_INITIATION) && in sctp_findassociation_addr()
2273 (ch->chunk_type != SCTP_INITIATION_ACK) && in sctp_findassociation_addr()
2274 (ch->chunk_type != SCTP_COOKIE_ACK) && in sctp_findassociation_addr()
2275 (ch->chunk_type != SCTP_COOKIE_ECHO)) { in sctp_findassociation_addr()
2290 if ((ch->chunk_type == SCTP_INITIATION) || in sctp_findassociation_addr()
2291 (ch->chunk_type == SCTP_INITIATION_ACK)) { in sctp_findassociation_addr()
HDsctp_asconf.c666 ack_cp->ch.chunk_type = SCTP_ASCONF_ACK; in sctp_handle_asconf()
2614 acp->ch.chunk_type = SCTP_ASCONF; in sctp_compose_asconf()
HDsctputil.c4078 switch (ch->chunk_type) { in sctp_handle_ootb()
4137 if (ch->chunk_type == SCTP_ABORT_ASSOCIATION) { in sctp_is_there_an_abort_here()
4141 if (ch->chunk_type == SCTP_INITIATION) { in sctp_is_there_an_abort_here()
/trueos/sys/netinet/libalias/
HDalias_sctp.c934 chunk_hdr->chunk_type = (sndrply & SN_TX_ABORT) ? SCTP_ABORT_ASSOCIATION : SCTP_OPERATION_ERROR; in TxAbortErrorM()
1070 ((chunk_hdr->chunk_type == SCTP_ABORT_ASSOCIATION) || in sctp_PktParser()
1071 (chunk_hdr->chunk_type == SCTP_SHUTDOWN_COMPLETE))) { in sctp_PktParser()
1090 switch(chunk_hdr->chunk_type) { in sctp_PktParser()
/trueos/contrib/traceroute/
HDtraceroute.c1500 chk->chunk_type = SCTP_SHUTDOWN_ACK; in sctp_prep()
1507 chk->chunk_type = SCTP_PAD_CHUNK; in sctp_prep()