HomeSort by: relevance | last modified time | path
    Searched refs:netinfo (Results 1 - 18 of 18) sorted by relevancy

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

Completed in 59 milliseconds