Links

GitHub

Open HUB

Quick Links

Download

STREAMS

SIGTRAN

SS7

Hardware

SCTP

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

Repositories

Download

Mailing Lists

Browse Source

CVS Archive

Bug Reports

Library

Hardware

Vendor Links

Home

Overview

Status

Documentation

Resources

About

News

Description: Code

File /code/strxnet/src/include/netconfig.h



#ifndef __NETCONFIG_H__
#define __NETCONFIG_H__

#ident "@(#) netconfig.h,v openss7-0_9_2_G(0.9.2.5) Copyright (c) 2001-2008 OpenSS7 Corporation."

#include <sys/netconfig.h>

#ifdef __BEGIN_DECLS

__BEGIN_DECLS

#endif

extern void *setnetconfig(void);

extern struct netconfig *getnetconfig(void *handle);

extern struct netconfig *getnetconfigent(const char *netid);

extern void freenetconfigent(struct netconfig *netconfig);

extern int endnetconfig(void *handle);

extern void *setnetpath(void);

extern struct netconfig *getnetpath(void *handle);

extern int endnetpath(void *handle);

extern void nc_perror(const char *msg);

extern char *nc_sperror(void);

extern void *__nsl_setnetconfig(void);
extern struct netconfig *__nsl_getnetconfig(void *handle);
extern struct netconfig *__nsl_getnetconfigent(const char *netid);
extern void __nsl_freenetconfigent(struct netconfig *netconfig);
extern int __nsl_endnetconfig(void *handle);
extern void *__nsl_setnetpath(void);
extern struct netconfig *__nsl_getnetpath(void *handle);
extern int __nsl_endnetpath(void *handle);
extern void __nsl_nc_perror(const char *msg);
extern char *__nsl_nc_sperror(void);

#ifdef __END_DECLS

__END_DECLS

#endif

#endif


Last modified: Thu, 28 Nov 2024 17:53:53 GMT  
Copyright © 2014 OpenSS7 Corporation All Rights Reserved.