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/lib/libxnet/xti.h


File /code/strss7/lib/libxnet/xti.h



#ifndef __XNET_H__
#define __XNET_H__

#include <sys/stropts.h>
#include <sys/xti.h>
#include <sys/tpi.h>

#define _SC_T_IOV_MAX		0
#define _SC_T_DEFAULT_ADDRLEN	1
#define _SC_T_DEFAULT_CONNLEN	2
#define _SC_T_DEFAULT_DISCLEN	3
#define _SC_T_DEFAULT_OPTLEN	4
#define _SC_T_DEFAULT_DATALEN	5

#define _T_DEFAULT_ADDRLEN	128
#define _T_DEFAULT_CONNLEN	256
#define _T_DEFAULT_DISCLEN	256
#define _T_DEFAULT_OPTLEN	256
#define _T_DEFAULT_DATALEN	1024
#define _T_TIMEOUT		-1
#define _T_IOV_MAX		16

extern int t_errno;
extern int t_ioctl(int fd, int cmd, void *arg);
extern int t_strioctl(int fd, int cmd, void *arg, size_t arglen);
extern int t_putmsg(int fd, struct strbuf *ctrl, struct strbuf *data, int flags);
extern int t_getmsg(int fd, struct strbuf *ctrl, struct strbuf *data, int *flags);
extern int _t_rcvconnect(int fd, struct t_call *call, struct t_info *info);
extern int _t_getsizes(int fd, struct t_info *info);


#endif				/* __XNET_H__ */


Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> strss7/lib/libxnet/xti.h

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

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