09dfaaa3a4113ec5b6d89ca95de29e4d4e3cfd80
[dragonfly.git] / usr.sbin / timed / timed / extern.h
1 /*-
2  * Copyright (c) 1993
3  *      The Regents of the University of California.  All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  * 1. Redistributions of source code must retain the above copyright
9  *    notice, this list of conditions and the following disclaimer.
10  * 2. Redistributions in binary form must reproduce the above copyright
11  *    notice, this list of conditions and the following disclaimer in the
12  *    documentation and/or other materials provided with the distribution.
13  * 3. All advertising materials mentioning features or use of this software
14  *    must display the following acknowledgement:
15  *      This product includes software developed by the University of
16  *      California, Berkeley and its contributors.
17  * 4. Neither the name of the University nor the names of its contributors
18  *    may be used to endorse or promote products derived from this software
19  *    without specific prior written permission.
20  *
21  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31  * SUCH DAMAGE.
32  *
33  *      @(#)extern.h    8.1 (Berkeley) 6/6/93
34  */
35
36 struct hosttbl;
37 struct netinfo;
38 struct sockaddr_in;
39 struct timeval;
40 struct tsp;
41
42 struct hosttbl *addmach __P((char *, struct sockaddr_in *, struct netinfo *));
43 struct hosttbl *findhost __P((char *));
44 struct hosttbl *remmach __P((struct hosttbl *));
45
46 struct tsp *readmsg __P((int,
47             char *, struct timeval *, struct netinfo *));
48 struct tsp *acksend __P((struct tsp *,
49             struct sockaddr_in *, char *, int, struct netinfo *, int));
50
51 void     addnetname __P((char *));
52 void     adj_msg_time __P((struct tsp *, struct timeval *));
53 void     bytehostorder __P((struct tsp *));
54 void     bytenetorder __P((struct tsp *));
55 void     byteorder __P((struct tsp *));
56 long     casual __P((long, long));
57 int      cksum __P((u_short *, int));
58 void     correct __P((long));
59 char    *date __P((void));
60 void     doquit __P((struct tsp *));
61 int      election __P((struct netinfo *));
62 void     get_goodgroup __P((int));
63 int      good_host_name __P((char *));
64 void     ignoreack __P((void));
65 int      in_cksum __P((u_short *, int));
66 void     lookformaster __P((struct netinfo *));
67 void     makeslave __P((struct netinfo *));
68 int      master __P((void));
69 void     masterack __P((void));
70 void     masterup __P((struct netinfo *));
71 int      measure __P((u_long, u_long, char *, struct sockaddr_in *, int));
72 void     msterup __P((struct netinfo *));
73 void     mstotvround __P((struct timeval *, long));
74 long     networkdelta __P((void));
75 void     newslave __P((struct tsp *));
76 void     print __P((struct tsp *, struct sockaddr_in *));
77 void     prthp __P((clock_t));
78 void     rmnetmachs __P((struct netinfo *));
79 void     setstatus __P((void));
80 int      slave __P((void));
81 void     slaveack __P((void));
82 void     spreadtime __P((void));
83 void     suppress __P((struct sockaddr_in *, char *, struct netinfo *));
84 void     synch __P((long));
85 void     timevaladd __P((struct timeval *, struct timeval *));
86 void     timevalsub __P((struct timeval *, struct timeval *, struct timeval *));
87 void     traceoff __P((char *));
88 void     traceon __P((void));
89 void     xmit __P((int, u_int, struct sockaddr_in *));