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/t_listen.c


File /code/strss7/lib/libxnet/t_listen.c



#ident "@(#) $RCSfile: t_listen.c,v $ $Name:  $($Revision: 0.8.2.1 $) $Date: 2003/05/28 08:01:28 $"

static char const ident[] = "$RCSfile: t_listen.c,v $ $Name:  $($Revision: 0.8.2.1 $) $Date: 2003/05/28 08:01:28 $";

#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <sys/stropts.h>
#include <sys/xti.h>
#include <sys/tpi.h>
#include <timod.h>
#include "xti.h"

int t_listen(int fd, struct t_call *call)
{
	struct t_info info;
	int state = _t_getsizes(fd, &info);
	(void) state;
	t_errno = TNOTSUPPORT;
	return (-1);
}



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

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

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