OpenSS7 SS7 for the Common Man |
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |
||||||||||||||||||||||||||
Home | Overview | Status | News | Documentation | Resources | About | |||||||||||||||||||||
File /code/strss7/include/sys/dlpi_isdn.h#ifndef __DLPI_ISDN_H__ #define __DLPI_ISDN_H__ #ident "@(#) $Name: $ ($Revision: 0.8.2.3 $) Copyright (c) 1997-2003 OpenSS7 Corporation." /* * LiS dlpi.h is version 2 */ #ifndef DL_VERSION_2 #error "dlpi_isdn.h requires Version 2 dlpi.h" #endif typedef struct dl_addr { uint16_t dl_sap __attribute__ ((packed)); uint16_t dl_tei __attribute__ ((packed)); } dl_addr_t; #endif /* __DLPI_ISDN_H__ */
|
|||||||||||||||||||||||||||
OpenSS7 SS7 for the Common Man |
Home | Overview | Status | News | Documentation | Resources | About | ||||||||||||||||||||
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |