OpenSS7 SS7 for the Common Man |
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |
||||||||||||||||||||||||||
Home | Overview | Status | News | Documentation | Resources | About | |||||||||||||||||||||
File /code/strss7/lib/libxnet/t_sysconf.c#ident "@(#) $RCSfile: t_sysconf.c,v $ $Name: $($Revision: 0.8.2.2 $) $Date: 2003/05/27 11:21:51 $" static char const ident[] = "$RCSfile: t_sysconf.c,v $ $Name: $($Revision: 0.8.2.2 $) $Date: 2003/05/27 11:21:51 $"; #include <sys/stropts.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <sys/xti.h> #include <sys/tpi.h> #include <timod.h> #include "xti.h" int t_sysconf(int name) { switch (name) { case _SC_T_IOV_MAX: return _T_IOV_MAX; case _SC_T_DEFAULT_ADDRLEN: return _T_DEFAULT_ADDRLEN; case _SC_T_DEFAULT_CONNLEN: return _T_DEFAULT_CONNLEN; case _SC_T_DEFAULT_DISCLEN: return _T_DEFAULT_DISCLEN; case _SC_T_DEFAULT_OPTLEN: return _T_DEFAULT_OPTLEN; case _SC_T_DEFAULT_DATALEN: return _T_DEFAULT_DATALEN; } t_errno = TBADFLAG; return (-1); }
|
|||||||||||||||||||||||||||
OpenSS7 SS7 for the Common Man |
Home | Overview | Status | News | Documentation | Resources | About | ||||||||||||||||||||
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |