OpenSS7 SS7 for the Common Man |
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |
||||||||||||||||||||||||||
Home | Overview | Status | News | Documentation | Resources | About | |||||||||||||||||||||
File /code/strss7/drivers/sctp/sctp_t.h#ifndef __SCTP_T_H__ #define __SCTP_T_H__ #ident "@(#) $RCSfile: sctp_t.h,v $ $Name: $($Revision: 0.8.2.1 $) $Date: 2003/02/23 09:32:26 $" // // TLI interface state flags // #define TSF_UNBND ( 1 << TS_UNBND ) #define TSF_WACK_BREQ ( 1 << TS_WACK_BREQ ) #define TSF_WACK_UREQ ( 1 << TS_WACK_UREQ ) #define TSF_IDLE ( 1 << TS_IDLE ) #define TSF_WACK_OPTREQ ( 1 << TS_WACK_OPTREQ ) #define TSF_WACK_CREQ ( 1 << TS_WACK_CREQ ) #define TSF_WCON_CREQ ( 1 << TS_WCON_CREQ ) #define TSF_WRES_CIND ( 1 << TS_WRES_CIND ) #define TSF_WACK_CRES ( 1 << TS_WACK_CRES ) #define TSF_DATA_XFER ( 1 << TS_DATA_XFER ) #define TSF_WIND_ORDREL ( 1 << TS_WIND_ORDREL ) #define TSF_WREQ_ORDREL ( 1 << TS_WREQ_ORDREL ) #define TSF_WACK_DREQ6 ( 1 << TS_WACK_DREQ6 ) #define TSF_WACK_DREQ7 ( 1 << TS_WACK_DREQ7 ) #define TSF_WACK_DREQ9 ( 1 << TS_WACK_DREQ9 ) #define TSF_WACK_DREQ10 ( 1 << TS_WACK_DREQ10 ) #define TSF_WACK_DREQ11 ( 1 << TS_WACK_DREQ11 ) #define TSF_NOSTATES ( 1 << TS_NOSTATES ) #define TSF_WACK_DREQ (TSF_WACK_DREQ6 \ |TSF_WACK_DREQ7 \ |TSF_WACK_DREQ9 \ |TSF_WACK_DREQ10 \ |TSF_WACK_DREQ11) #define TF_IP_BROADCAST (1<< 0) #define TF_IP_DONTROUTE (1<< 1) #define TF_IP_REUSEADDR (1<< 2) #define TF_IP_OPTIONS (1<< 3) #define TF_IP_TOS (1<< 4) #define TF_IP_TTL (1<< 5) #define TF_SCTP_NODELAY (1<< 6) #define TF_SCTP_CORK (1<< 7) #define TF_SCTP_PPI (1<< 8) #define TF_SCTP_SID (1<< 9) #define TF_SCTP_SSN (1<<10) #define TF_SCTP_TSN (1<<11) #define TF_SCTP_RECVOPT (1<<12) #define TF_SCTP_COOKIE_LIFE (1<<13) #define TF_SCTP_SACK_DELAY (1<<14) #define TF_SCTP_PATH_MAX_RETRANS (1<<15) #define TF_SCTP_ASSOC_MAX_RETRANS (1<<16) #define TF_SCTP_MAX_INIT_RETRIES (1<<17) #define TF_SCTP_HEARTBEAT_ITVL (1<<18) #define TF_SCTP_RTO_INITIAL (1<<19) #define TF_SCTP_RTO_MIN (1<<20) #define TF_SCTP_RTO_MAX (1<<21) #define TF_SCTP_OSTREAMS (1<<22) #define TF_SCTP_ISTREAMS (1<<23) #define TF_SCTP_COOKIE_INC (1<<24) #define TF_SCTP_THROTTLE_ITVL (1<<25) #define TF_SCTP_MAC_TYPE (1<<26) #define TF_SCTP_HB (1<<27) #define TF_SCTP_RTO (1<<28) #define TF_SCTP_MAXSEG (1<<29) #define TF_SCTP_STATUS (1<<30) #define TF_SCTP_DEBUG (1<<31) #define TF_SCTP_ALLOPS 0xffffffff extern void sctp_t_init(void); extern void sctp_t_term(void); #endif /* __SCTP_T_H__ */
|
|||||||||||||||||||||||||||
OpenSS7 SS7 for the Common Man |
Home | Overview | Status | News | Documentation | Resources | About | ||||||||||||||||||||
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |