Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_input.c1041 switch (chunk_type) { in sctp_process_unrecog_chunk()
1053 chunk_type, chunk_type); in sctp_process_unrecog_chunk()
3096 switch (desc->chunk_type) { in process_chunk_drop()
4050 ch->chunk_type = SCTP_STREAM_RESET; in sctp_handle_stream_reset()
4222 desc.chunk_type = chk_hdr->chunk_type; in sctp_handle_packet_dropped()
4229 if (desc.chunk_type == SCTP_DATA) { in sctp_handle_packet_dropped()
4588 ch->chunk_type, chk_length); in sctp_process_control()
4601 switch (ch->chunk_type) { in sctp_process_control()
4648 switch (ch->chunk_type) { in sctp_process_control()
5255 if ((ch->chunk_type & 0x40) && in sctp_process_control()
[all …]
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.h60 uint8_t chunk_type; /* chunk type */ member
H A Dsctp_header.h402 uint8_t chunk_type; member
H A Dsctp_indata.c2732 (ch->chunk_type == SCTP_DATA)) { in sctp_process_data()
2743 (ch->chunk_type == SCTP_IDATA)) { in sctp_process_data()
2753 if ((ch->chunk_type == SCTP_DATA) || in sctp_process_data()
2754 (ch->chunk_type == SCTP_IDATA)) { in sctp_process_data()
2757 if (ch->chunk_type == SCTP_DATA) { in sctp_process_data()
2771 ch->chunk_type == SCTP_DATA ? "DATA" : "I-DATA", in sctp_process_data()
2788 last_chunk, ch->chunk_type)) { in sctp_process_data()
2804 switch (ch->chunk_type) { in sctp_process_data()
2842 ch->chunk_type); in sctp_process_data()
2866 if (ch->chunk_type & 0x40) { in sctp_process_data()
[all …]
H A Dsctp_output.c7573 dchkh->ch.chunk_type = SCTP_DATA; in sctp_move_to_outqueue()
9007 hdr->chunk_type = SCTP_COOKIE_ECHO; in sctp_send_cookie_echo()
9125 hdr->chunk_type = SCTP_COOKIE_ACK; in sctp_send_cookie_ack()
10816 sack->ch.chunk_type = type; in sctp_send_sack()
10830 nr_sack->ch.chunk_type = type; in sctp_send_sack()
11158 ch->chunk_type = type; in sctp_send_resp_msg()
11477 switch (ch->chunk_type) { in sctp_send_packet_dropped()
11631 cwr->ch.chunk_type = SCTP_ECN_CWR; in sctp_send_cwr()
11859 ch->chunk_type = SCTP_STREAM_RESET; in sctp_send_deferred_reset_response()
12012 ch->chunk_type = SCTP_STREAM_RESET; in sctp_send_stream_reset_out_if_possible()
[all …]
H A Dip_icmp.c307 if (ch->chunk_type == SCTP_INITIATION) { in icmp_error()
H A Dsctputil.c4512 switch (ch->chunk_type) { in sctp_handle_ootb()
4571 if (ch->chunk_type == SCTP_ABORT_ASSOCIATION) { in sctp_is_there_an_abort_here()
4575 if (ch->chunk_type == SCTP_INITIATION) { in sctp_is_there_an_abort_here()
7232 if ((ch->ch.chunk_type != SCTP_INITIATION) || in sctp_recv_icmp_tunneled_packet()
7359 uint8_t chunk_type; in sctp_recv_icmp6_tunneled_packet() local
7366 (caddr_t)&chunk_type); in sctp_recv_icmp6_tunneled_packet()
7374 if ((chunk_type != SCTP_INITIATION) || in sctp_recv_icmp6_tunneled_packet()
H A Dsctp_asconf.c682 ack_cp->ch.chunk_type = SCTP_ASCONF_ACK; in sctp_handle_asconf()
2604 acp->ch.chunk_type = SCTP_ASCONF; in sctp_compose_asconf()
H A Dsctp_pcb.c2246 if ((ch->chunk_type == SCTP_INITIATION) || in sctp_findassociation_addr()
2247 (ch->chunk_type == SCTP_INITIATION_ACK)) { in sctp_findassociation_addr()
H A Dsctp_usrreq.c318 if ((ch->ch.chunk_type != SCTP_INITIATION) || in sctp_ctlinput()
/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.h60 uint8_t chunk_type; /* chunk type */ member
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c351 uint8_t chunk_type; in sctp6_ctlinput() local
357 (caddr_t)&chunk_type); in sctp6_ctlinput()
364 if ((chunk_type != SCTP_INITIATION) || in sctp6_ctlinput()
/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c952 chunk_hdr->chunk_type = (sndrply & SN_TX_ABORT) ? SCTP_ABORT_ASSOCIATION : SCTP_OPERATION_ERROR; in TxAbortErrorM()
1089 ((chunk_hdr->chunk_type == SCTP_ABORT_ASSOCIATION) || in sctp_PktParser()
1090 (chunk_hdr->chunk_type == SCTP_SHUTDOWN_COMPLETE))) { in sctp_PktParser()
1109 switch (chunk_hdr->chunk_type) { in sctp_PktParser()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c605 chunk->chunk_type = SCTP_ABORT_ASSOCIATION; in ipfw_send_abort()
924 switch (chunk->chunk_type) { in send_reject6()
1042 switch (chunk->chunk_type) { in send_reject()