OpenSS7
SS7 for the
Common Man

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified:

Home Overview Status News Documentation Resources About
   
 Overview
 Status
 News
 Documentation
 Resources
 About

   
Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> strss7/include/sys/tpi_tcp.h


File /code/strss7/include/sys/tpi_tcp.h



#ifndef __TPI_TCP_H__
#define __TPI_TCP_H__

#ident "@(#) $Name:  $($Revision: 0.8.2.1 $) Copyright (c) 1997-2002 OpenSS7 Corporation."

#ifndef T_CURRENT_VERSION

#define T_CURRENT_VERSION 5

/*
 *  Missing from LiS tihdr.h
 */
#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	/* This indicates that the transport provider conforms to XTI in XPG4 and
				   supports the new primitives T_ADDR_REQ and T_ADDR_ACK */
#endif

/*
 *  Errors in LiS tihdr.h
 */
#define T_optdata_ind T_optdata_ack
#define optdata_ind optdata_ack

#endif				/* T_CURRENT_VERSION */

#endif				/* __TPI_TCP_H__ */


Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> strss7/include/sys/tpi_tcp.h

OpenSS7
SS7 for the
Common Man
Home Overview Status News Documentation Resources About

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified: