DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T g

⟦4209db8af⟧ TextFile

    Length: 2124 (0x84c)
    Types: TextFile
    Names: »glob.h«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦3b20aab50⟧ »EurOpenD3/network/snmp/kip-snmp.91.tar.Z« 
        └─⟦b503a39fe⟧ 
            └─⟦this⟧ »kip/glob.h« 

TextFile

/*
 *  AppleTalk / Ethernet gateway globals.
 *
 *  (c) 1984, Stanford Univ. SUMEX project.
 *  May be used but not sold without permission.
 *
 *  (c) 1986, Kinetics, Inc.
 *  May be used but not sold without permission.
 *
 *  $Header: glob.h,v 4.1 88/11/01 19:49:02 sw0l Locked $
 */

struct ifnet ifie;		/* interface struct, intel ethernet */
struct ifnet ifab;		/* interface struct, applebus */
struct ifnet ifet;		/* interface struct, ethertalk */
struct ifnet *ifnet;		/* head of ifnet list */
struct ifnet *source_if;	/* source ifnet of current packet */
struct ifnet *porttoif[MAX_PORT]; /* port # to ifnet struct mapping table */

struct conf conf;		/* site configuration parameters */
iaddr_t ipnet;			/* major IP net number */
short ipid;			/* next value in ip_id field */

struct DDP ddp;			/* last ddp unpacked by abreceive */
struct LAP lap;			/* last lap */
struct DDPS ddps;		/* last short ddp */
short wasddp;			/* true if ddp, else ddps */

u_char atnode;			/* gateway's AppleTalk node number */
u_char etheraddr[6];		/* our Ethernet address */
struct pqueue *pq;		/* main received packet queue */
struct pqueue *sendq;		/* ethernet send queue */
struct pqueue nbpq;		/* NBP BrRq's waiting for transmission */
u_short in_cksum();

#ifdef SEAGATE
#define	msclock	(*(long *)0x278)	/* ms clock */
#endif
#ifdef KINETICS
int msclock;
struct fp_promram pvars;	/* the addresses of some prom variables */
struct fp_table *table_ptr;	/* pointer to PROM routines' jump table */
struct pbuf *bufs;		/* beginning of the pbuf structs */
int topram;			/* highest ram address available to us */
#endif

struct aroute aroute[NAROUTE];	/* AppleTalk route table */
short arouteinit;		/* have read initial route table from AA */
short aroutecore;		/* I am a core gateway */
u_char *azone[NAZONE];		/* pointers to zone names */
u_char azonenames[128];		/* zone names space, pascal strings */
short azoneinit;		/* have read initial zone table from AA */
struct ipdad ipdad[NIPDAD];	/* IP dynamic address table */
struct stats stats;		/* misc dropped packet statistics */
u_char allzones;		/* index of magic "global" zone */