File: dgclient.h

package info (click to toggle)
dgipip 0.1a-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 136 kB
  • ctags: 92
  • sloc: ansic: 536; makefile: 81; sh: 8
file content (24 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * dgclient.h
 *
 * definitions required for the client daemon.
 */

#define TRUE	1
#define	FALSE	0

/* The default UDP port to use */
#define	IPPORT_REMOTE	1234

/* The default retransmission timer for route broadcasts (in seconds) */
#define	DEFTIMER	300

/* NOS 'remote' commands relating to IPIP dynamic route */
#define	ROUTE_ME	4
#define	UNROUTE_ME	5

/* Prototypes */
int main( int argc, char ** argv );
void unroute( int );