OpenSS7 SS7 for the Common Man |
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |
||||||||||||||||||||||||||
Home | Overview | Status | News | Documentation | Resources | About | |||||||||||||||||||||
File /code/usr/include/netinet/if_fddi.h#ifndef _NETINET_IF_FDDI_H #define _NETINET_IF_FDDI_H 1 #include <sys/cdefs.h> #include <sys/types.h> #include <asm/types.h> #include <linux/if_fddi.h> #ifdef __USE_BSD struct fddi_header { u_int8_t fddi_fc; /* Frame Control (FC) value */ u_int8_t fddi_dhost[FDDI_K_ALEN]; /* Destination host */ u_int8_t fddi_shost[FDDI_K_ALEN]; /* Source host */ }; #endif #endif /* netinet/if_fddi.h */
|
|||||||||||||||||||||||||||
OpenSS7 SS7 for the Common Man |
Home | Overview | Status | News | Documentation | Resources | About | ||||||||||||||||||||
© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. |