Home
last modified time | relevance | path

Searched refs:sch_flags (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_shutdown.c124 sch->sch_flags = 0; in sctp_send_shutdown()
207 scch->sch_flags = 0; in sctp_shutdown_complete()
329 scch->sch_flags = 0; in sctp_ootb_shutdown_ack()
388 sach->sch_flags = 0; in sctp_send_shutdown_ack()
H A Dsctp_heartbeat.c96 cp->sch_flags = 0; in sctp_return_heartbeat()
145 cp->sch_flags = 0; in sctp_send_heartbeat()
H A Dsctp_init.c193 chp->sch_flags = 0; in sctp_init_mp()
H A Dsctp_error.c72 acp->sch_flags = 0; in sctp_link_abort()
493 ecp->sch_flags = 0; in sctp_make_err()
H A Dsctp_cookie.c702 iack_ch->sch_flags = 0; in sctp_send_initack()
896 cach->sch_flags = 0; in sctp_send_cookie_ack()
1096 cech->sch_flags = 0; in sctp_send_cookie_echo()
H A Dsctp_asconf.c295 ch->sch_flags = 0; in sctp_asconf_send()
425 ach->sch_flags = 0; in sctp_input_asconf()
H A Dsctp_output.c1427 ch_hdr->sch_flags = 0; in sctp_make_ftsn_chunk()
H A Dsctp_input.c1761 sch->sch_flags = 0; in sctp_fill_sack()
/illumos-gate/usr/src/uts/common/netinet/
H A Dsctp.h599 #define SCTP_GET_TBIT(cp) ((cp)->sch_flags & SCTP_TBIT)
604 #define SCTP_SET_TBIT(cp) ((cp)->sch_flags |= SCTP_TBIT)
641 uint8_t sch_flags; member
667 #define sdh_flags sdh_chdr.sch_flags
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_sctp.c1052 parse(flags, cp->sch_flags, (char *)(cp + 1), in interpret_chunks()