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

/opensolaris-onvv-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_shutdown.c124 sch->sch_flags = 0;
207 scch->sch_flags = 0;
329 scch->sch_flags = 0;
388 sach->sch_flags = 0;
H A Dsctp_heartbeat.c96 cp->sch_flags = 0;
145 cp->sch_flags = 0;
H A Dsctp_init.c193 chp->sch_flags = 0;
H A Dsctp_error.c72 acp->sch_flags = 0;
493 ecp->sch_flags = 0;
H A Dsctp_cookie.c702 iack_ch->sch_flags = 0;
896 cach->sch_flags = 0;
1094 cech->sch_flags = 0;
H A Dsctp_asconf.c295 ch->sch_flags = 0;
425 ach->sch_flags = 0;
H A Dsctp_output.c1425 ch_hdr->sch_flags = 0;
H A Dsctp_input.c1759 sch->sch_flags = 0;
/opensolaris-onvv-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 in struct:sctp_chunk_hdr
667 #define sdh_flags sdh_chdr.sch_flags
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_sctp.c1054 parse(flags, cp->sch_flags, (char *)(cp + 1),

Completed in 110 milliseconds