#ifndef lint
static char copyright[] =
-"$Id: dispatch.c,v 1.20 1996/08/28 01:37:06 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dispatch.c,v 1.21 1996/08/30 23:41:07 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
struct shared_network *share;
struct sockaddr_in foo;
int ir;
+#ifdef ALIAS_NAMES_PERMUTED
char *s;
+#endif
#ifdef USE_FALLBACK
static struct shared_network fallback_network;
#endif
#ifndef lint
static char copyright[] =
-"$Id: dhcpxlt.c,v 1.4 1996/08/29 18:36:41 mellon Exp $ Copyright (c) 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhcpxlt.c,v 1.5 1996/08/30 23:41:07 mellon Exp $ Copyright (c) 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
#include "dhctoken.h"
-static TIME parsed_time;
int log_priority;
int log_perror = 1;
int token;
char *val;
jmp_buf bc;
- int i;
switch (next_token (&val, cfile)) {
case HOST:
char *val;
int token;
int len = 0;
- char *s;
- char *t;
- pair c = (pair)0;
/* Read a dotted hostname... */
do {
{
char *val;
int token;
- struct class *class;
token = next_token (&val, cfile);
if (token != STRING) {
{
char *val;
int token;
- struct shared_network *share;
- struct subnet *first_net = (struct subnet *)0;
- struct subnet *last_net = (struct subnet *)0;
- struct subnet *next_net;
- char *name;
- struct tree_cache *server_next;
/* Get the name of the shared network... */
token = next_token (&val, cfile);
{
char *val;
int token;
- struct subnet *subnet;
- struct iaddr net, netmask;
- unsigned char addr [4];
- int len = sizeof addr;
indent (0);
printf ("subnet ");
{
char *val;
int token;
- int hlen;
- unsigned char *t;
token = next_token (&val, cfile);
switch (token) {
char *val;
int token;
unsigned char buf [4];
- char *vendor;
char *fmt;
- struct universe *universe;
struct option *option;
- struct tree *tree = (struct tree *)0;
indent (0);
printf ("option ");
FILE *cfile;
jbp_decl (bc);
{
- TIME rv;
char *val;
int token;
#ifndef lint
static char copyright[] =
-"$Id: dispatch.c,v 1.20 1996/08/28 01:37:06 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dispatch.c,v 1.21 1996/08/30 23:41:07 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
struct shared_network *share;
struct sockaddr_in foo;
int ir;
+#ifdef ALIAS_NAMES_PERMUTED
char *s;
+#endif
#ifdef USE_FALLBACK
static struct shared_network fallback_network;
#endif