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

/freebsd-11-stable/sys/netinet/
H A Dsctp_input.c1113 sctp_process_unrecog_chunk(struct sctp_tcb *stcb, uint8_t chunk_type, argument
1116 switch (chunk_type) {
1128 chunk_type, chunk_type);
1297 sctp_process_unrecog_chunk(stcb, unrec_chunk->ch.chunk_type, net);
1570 if (init_cp->ch.chunk_type != SCTP_INITIATION) {
1585 if (initack_cp->ch.chunk_type != SCTP_INITIATION_ACK) {
2122 if (init_cp->ch.chunk_type != SCTP_INITIATION) {
2139 if (initack_cp->ch.chunk_type != SCTP_INITIATION_ACK) {
3299 switch (desc->chunk_type) {
[all...]
H A Dsctp_constants.h386 #define IS_SCTP_CONTROL(a) (((a)->chunk_type != SCTP_DATA) && ((a)->chunk_type != SCTP_IDATA))
387 #define IS_SCTP_DATA(a) (((a)->chunk_type == SCTP_DATA) || ((a)->chunk_type == SCTP_IDATA))
H A Dsctp_header.h413 uint8_t chunk_type; member in struct:sctp_chunk_desc
H A Dsctp.h60 uint8_t chunk_type; /* chunk type */ member in struct:sctp_chunkhdr
H A Dsctp_output.c4737 init->ch.chunk_type = SCTP_INITIATION;
5842 initack->ch.chunk_type = SCTP_INITIATION_ACK;
7634 dchkh->ch.chunk_type = SCTP_DATA;
7642 ndchkh->ch.chunk_type = SCTP_IDATA;
9008 hdr->chunk_type = SCTP_OPERATION_ERROR;
9078 hdr->chunk_type = SCTP_COOKIE_ECHO;
9132 chdr->chunk_type = SCTP_HEARTBEAT_ACK;
9196 hdr->chunk_type = SCTP_COOKIE_ACK;
9240 ack_cp->ch.chunk_type = SCTP_SHUTDOWN_ACK;
9294 shutdown_cp->ch.chunk_type
[all...]
H A Dsctp_indata.c2766 (ch->chunk_type == SCTP_DATA)) {
2777 (ch->chunk_type == SCTP_IDATA)) {
2787 if ((ch->chunk_type == SCTP_DATA) ||
2788 (ch->chunk_type == SCTP_IDATA)) {
2791 if (ch->chunk_type == SCTP_DATA) {
2805 ch->chunk_type == SCTP_DATA ? "DATA" : "I-DATA",
2822 last_chunk, ch->chunk_type)) {
2838 switch (ch->chunk_type) {
2876 ch->chunk_type);
2901 if (ch->chunk_type
[all...]
H A Dip_icmp.c294 if (ch->chunk_type == SCTP_INITIATION) {
H A Dsctputil.c4261 switch (ch->chunk_type) {
4320 if (ch->chunk_type == SCTP_ABORT_ASSOCIATION) {
4324 if (ch->chunk_type == SCTP_INITIATION) {
7067 if ((ch->ch.chunk_type != SCTP_INITIATION) ||
7194 uint8_t chunk_type; local
7201 (caddr_t)&chunk_type);
7209 if ((chunk_type != SCTP_INITIATION) ||
H A Dsctp_asconf.c683 ack_cp->ch.chunk_type = SCTP_ASCONF_ACK;
2631 acp->ch.chunk_type = SCTP_ASCONF;
H A Dsctp_pcb.c2270 if ((ch->chunk_type == SCTP_INITIATION) ||
2271 (ch->chunk_type == SCTP_INITIATION_ACK)) {
H A Dsctp_usrreq.c329 if ((ch->ch.chunk_type != SCTP_INITIATION) ||
/freebsd-11-stable/sys/netinet6/
H A Dsctp6_usrreq.c364 uint8_t chunk_type; local
370 (caddr_t)&chunk_type);
377 if ((chunk_type != SCTP_INITIATION) ||
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c1120 init->ch.chunk_type = SCTP_INITIATION;
1148 chk->chunk_type = SCTP_SHUTDOWN_ACK;
1155 chk->chunk_type = SCTP_PAD_CHUNK;
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c1593 init->ch.chunk_type = SCTP_INITIATION;
1622 chk->chunk_type = SCTP_SHUTDOWN_ACK;
1630 chk->chunk_type = SCTP_PAD_CHUNK;
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_sctp.c934 chunk_hdr->chunk_type = (sndrply & SN_TX_ABORT) ? SCTP_ABORT_ASSOCIATION : SCTP_OPERATION_ERROR;
1071 ((chunk_hdr->chunk_type == SCTP_ABORT_ASSOCIATION) ||
1072 (chunk_hdr->chunk_type == SCTP_SHUTDOWN_COMPLETE))) {
1091 switch (chunk_hdr->chunk_type) {
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c589 chunk->chunk_type = SCTP_ABORT_ASSOCIATION;
905 switch (chunk->chunk_type) {
1024 switch (chunk->chunk_type) {

Completed in 254 milliseconds