Symbol: netinfo
include/protocols/routed.h
116
struct netinfo ru_nets[1];
include/protocols/routed.h
149
/ sizeof(struct netinfo) +1)
sbin/routed/defs.h
172
#define OVER_MAXPACKETSIZE (MAXPACKETSIZE+sizeof(struct netinfo)*2)
sbin/routed/defs.h
443
struct netinfo *n;
sbin/routed/defs.h
444
struct netinfo *base;
sbin/routed/defs.h
445
struct netinfo *lim;
sbin/routed/input.c
151
struct netinfo *n, *lim;
sbin/routed/input.c
183
lim = (struct netinfo *)((char*)rip + cc);
sbin/routed/input.c
49
static void input_route(naddr, naddr, struct rt_spare *, struct netinfo *);
sbin/routed/input.c
781
struct netinfo *n)
sbin/routed/rtquery/rtquery.c
132
static int getnet(char *, struct netinfo *);
sbin/routed/rtquery/rtquery.c
614
struct netinfo *n, *lim;
sbin/routed/rtquery/rtquery.c
663
lim = (struct netinfo *)((char*)n + size) - 1;
sbin/routed/rtquery/rtquery.c
830
struct netinfo *rt)
sbin/routed/trace.c
894
struct netinfo *n, *lim;
sbin/routed/trace.c
925
lim = (struct netinfo *)((char*)msg + size);
usr.bin/systat/netstat.c
118
struct netinfo *ni_forw, *ni_prev;
usr.bin/systat/netstat.c
121
struct netinfo *nhead;
usr.bin/systat/netstat.c
139
struct netinfo *p;
usr.bin/systat/netstat.c
179
nhead = (struct netinfo *)(void *)&netcb;
usr.bin/systat/netstat.c
189
struct netinfo *p;
usr.bin/systat/netstat.c
217
struct netinfo *p;
usr.bin/systat/netstat.c
262
struct netinfo *p;
usr.bin/systat/netstat.c
305
struct netinfo *p;
usr.bin/systat/netstat.c
354
struct netinfo *p;
usr.bin/systat/netstat.c
411
struct netinfo *p;
usr.bin/systat/netstat.c
433
struct netinfo *p, *q;
usr.bin/systat/netstat.c
94
struct netinfo *ni_forw, *ni_prev;
usr.sbin/timed/timed/acksend.c
87
struct netinfo *net, /* receive from this network */
usr.sbin/timed/timed/candidate.c
48
election(struct netinfo *net)
usr.sbin/timed/timed/globals.h
109
struct netinfo *ntp;
usr.sbin/timed/timed/globals.h
127
struct netinfo *next;
usr.sbin/timed/timed/globals.h
141
extern struct netinfo *nettab;
usr.sbin/timed/timed/globals.h
148
extern struct netinfo *fromnet, *slavenet;
usr.sbin/timed/timed/master.c
559
addmach(char *name, struct sockaddr_in *addr, struct netinfo *ntp)
usr.sbin/timed/timed/master.c
697
rmnetmachs(struct netinfo *ntp)
usr.sbin/timed/timed/master.c
713
masterup(struct netinfo *net)
usr.sbin/timed/timed/master.c
83
struct netinfo *ntp;
usr.sbin/timed/timed/readmsg.c
64
struct netinfo *fromnet;
usr.sbin/timed/timed/readmsg.c
77
struct netinfo *netfrom)
usr.sbin/timed/timed/readmsg.c
85
struct netinfo *ntp;
usr.sbin/timed/timed/slave.c
52
static struct netinfo *old_slavenet;
usr.sbin/timed/timed/slave.c
77
struct netinfo *ntp;
usr.sbin/timed/timed/timed-extern.h
35
struct netinfo;
usr.sbin/timed/timed/timed-extern.h
40
struct hosttbl *addmach(char *, struct sockaddr_in *, struct netinfo *);
usr.sbin/timed/timed/timed-extern.h
44
struct tsp *readmsg(int, char *, struct timeval *, struct netinfo *);
usr.sbin/timed/timed/timed-extern.h
46
struct sockaddr_in *, char *, int, struct netinfo *, int);
usr.sbin/timed/timed/timed-extern.h
58
int election(struct netinfo *);
usr.sbin/timed/timed/timed-extern.h
63
void lookformaster(struct netinfo *);
usr.sbin/timed/timed/timed-extern.h
64
void makeslave(struct netinfo *);
usr.sbin/timed/timed/timed-extern.h
67
void masterup(struct netinfo *);
usr.sbin/timed/timed/timed-extern.h
69
void msterup(struct netinfo *);
usr.sbin/timed/timed/timed-extern.h
75
void rmnetmachs(struct netinfo *);
usr.sbin/timed/timed/timed-extern.h
80
void suppress(struct sockaddr_in *, char *, struct netinfo *);
usr.sbin/timed/timed/timed.c
102
static void pickslavenet(struct netinfo *);
usr.sbin/timed/timed/timed.c
128
struct netinfo *ntp;
usr.sbin/timed/timed/timed.c
129
struct netinfo *ntip;
usr.sbin/timed/timed/timed.c
130
struct netinfo *savefromnet;
usr.sbin/timed/timed/timed.c
280
ntp = malloc(sizeof(struct netinfo));
usr.sbin/timed/timed/timed.c
421
suppress(struct sockaddr_in *addr, char *name, struct netinfo *net)
usr.sbin/timed/timed/timed.c
446
lookformaster(struct netinfo *ntp)
usr.sbin/timed/timed/timed.c
547
struct netinfo *ntp;
usr.sbin/timed/timed/timed.c
598
makeslave(struct netinfo *net)
usr.sbin/timed/timed/timed.c
600
struct netinfo *ntp;
usr.sbin/timed/timed/timed.c
615
struct netinfo *ntp;
usr.sbin/timed/timed/timed.c
635
pickslavenet(struct netinfo *ntp)
usr.sbin/timed/timed/timed.c
80
struct netinfo *nettab = 0;
usr.sbin/timed/timed/timed.c
81
struct netinfo *slavenet;