OpenSS7
SS7 for the
Common Man
© Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved.
Last modified: Fri, 29 Jun 2007 18:51:43 GMT
Home TopIndex FirstPrev Next LastMore Download Info FAQ Mail  Home -> Resources -> Browse Source -> /code/strss7/src/include/sys/tpi_sctp.h
Quick Links

Download

SCTP

SIGTRAN

SS7

Hardware

STREAMS

Asterisk

Related

Package

Manual

FAQ

Browse Source

Applications

SS7 Stack

ISDN Stack

SIGTRAN Stack

VoIP Stack

MG Stack

SS7/ISDN Devices

IP Transport

Embedded Systems

Operating System

Resources

Packages

Sys Req

Download

Mailing Lists

Browse Source

CVS Archive

Bug Reports

Library

Hardware

Vendor Links

Home

Overview

Status

Documentation

Resources

About

News

Description: Code

File /code/strss7/src/include/sys/tpi_sctp.h



#ifndef _SYS_TPI_SCTP_H
#define _SYS_TPI_SCTP_H

#ident "@(#) openss7-0_9_2_F(0.9.2.4) Copyright (c) 1997-2002 OpenSS7 Corporation."

#ifndef T_CURRENT_VERSION

#define T_CURRENT_VERSION 5

#ifndef T_MORE
#define T_MORE		0x0001
#endif
#ifndef T_EXPEDITED
#define T_EXPEDITED	0x0002
#endif
#ifndef T_ODF_MORE
#define T_ODF_MORE	T_MORE
#endif
#ifndef T_ODF_EX
#define T_ODF_EX	T_EXPEDITED
#endif
#ifndef XPG4_1
#define XPG4_1		2
#endif

#define T_optdata_ind T_optdata_ack
#define optdata_ind optdata_ack

#endif

#endif

OpenSS7
SS7 for the
Common Man
Home TopIndex FirstPrev Next LastMore Download Info FAQ Mail  Home -> Resources -> Browse Source -> /code/strss7/src/include/sys/tpi_sctp.h
Last modified: Fri, 29 Jun 2007 18:51:43 GMT
© Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved.