Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_shutdown.c123 sch->sch_id = CHUNK_SHUTDOWN; in sctp_send_shutdown()
206 scch->sch_id = CHUNK_SHUTDOWN_COMPLETE; in sctp_shutdown_complete()
327 scch->sch_id = CHUNK_SHUTDOWN_COMPLETE; in sctp_ootb_shutdown_ack()
387 sach->sch_id = CHUNK_SHUTDOWN_ACK; in sctp_send_shutdown_ack()
H A Dsctp_heartbeat.c95 cp->sch_id = CHUNK_HEARTBEAT_ACK; in sctp_return_heartbeat()
144 cp->sch_id = CHUNK_HEARTBEAT; in sctp_send_heartbeat()
H A Dsctp_error.c71 acp->sch_id = iserror ? CHUNK_ERROR : CHUNK_ABORT; in sctp_link_abort()
492 ecp->sch_id = CHUNK_ERROR; in sctp_make_err()
640 if (uch->sch_id == CHUNK_ASCONF) { in sctp_handle_error()
H A Dsctp_input.c1758 sch->sch_id = CHUNK_SACK; in sctp_fill_sack()
3213 if (ch->sch_id & 0x40) { /* also matches 0xc0 */ in sctp_strange_chunk()
3217 if ((ch->sch_id & 0xc0) == 0xc0) { in sctp_strange_chunk()
3225 if (ch->sch_id & 0x80) { in sctp_strange_chunk()
3255 switch (ch->sch_id) { in sctp_check_input()
3455 switch (ch->sch_id) { in sctp_ootb_input()
3714 switch (ch->sch_id) { in sctp_input_data()
3769 sctp->sctp_state, (int)(ch->sch_id))); in sctp_input_data()
3771 if (ch->sch_id == CHUNK_ABORT) { in sctp_input_data()
3784 switch (ch->sch_id) { in sctp_input_data()
[all …]
H A Dsctp_cookie.c442 if (ch->sch_id != CHUNK_COOKIE) in cl_sctp_cookie_paddr()
701 iack_ch->sch_id = CHUNK_INIT_ACK; in sctp_send_initack()
895 cach->sch_id = CHUNK_COOKIE_ACK; in sctp_send_cookie_ack()
1093 cech->sch_id = CHUNK_COOKIE; in sctp_send_cookie_echo()
1451 ASSERT(ich->sch_id == CHUNK_INIT_ACK); in sctp_addrlist2sctp()
H A Dsctp_init.c192 chp->sch_id = CHUNK_INIT; in sctp_init_mp()
H A Dsctp_asconf.c294 ch->sch_id = CHUNK_ASCONF; in sctp_asconf_send()
395 ASSERT(ch->sch_id == CHUNK_ASCONF); in sctp_input_asconf()
424 ach->sch_id = CHUNK_ASCONF_ACK; in sctp_input_asconf()
637 ASSERT(ch->sch_id == CHUNK_ASCONF_ACK); in sctp_input_asconf_ack()
H A Dsctp_hash.c398 if (ich->sch_id == CHUNK_INIT_ACK) { in sctp_lookup_by_faddrs()
H A Dsctp_output.c1424 ch_hdr->sch_id = CHUNK_FORWARD_TSN; in sctp_make_ftsn_chunk()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_sctp.c515 dp = lookup_dispatch(cp->sch_id, chunk_dispatch_table, in parse_unrec_chunk()
519 " Chunk Type = %u (%s)", cp->sch_id, dp->vdesc); in parse_unrec_chunk()
521 actstr = get_action_desc(cp->sch_id); in parse_unrec_chunk()
523 " Chunk Type = %u%s", cp->sch_id, actstr); in parse_unrec_chunk()
1016 dp = lookup_dispatch(cp->sch_id, chunk_dispatch_table, in interpret_chunks()
1043 actstr = get_action_desc(cp->sch_id); in interpret_chunks()
1047 cp->sch_id, actstr); in interpret_chunks()
/titanic_50/usr/src/uts/common/netinet/
H A Dsctp.h640 uint8_t sch_id; member
666 #define sdh_id sdh_chdr.sch_id