From: Ted Lemon Date: Mon, 1 May 2000 17:31:19 +0000 (+0000) Subject: Move binding address values into discover.c X-Git-Tag: V3-BETA-2-PATCH-1~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38287932f1cdae3c9042c0e709b16c4c3f901dd8;p=thirdparty%2Fdhcp.git Move binding address values into discover.c --- diff --git a/common/discover.c b/common/discover.c index a585e3a5c..35708416f 100644 --- a/common/discover.c +++ b/common/discover.c @@ -43,7 +43,7 @@ #ifndef lint static char copyright[] = -"$Id: discover.c,v 1.25 2000/03/17 03:59:00 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; +"$Id: discover.c,v 1.26 2000/05/01 17:31:19 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -52,6 +52,11 @@ static char copyright[] = struct interface_info *interfaces, *dummy_interfaces, *fallback_interface; extern int interfaces_invalidated; int quiet_interface_discovery; +u_int16_t local_port; +u_int16_t remote_port; + +struct in_addr limited_broadcast; +struct in_addr local_address; void (*bootp_packet_handler) PROTO ((struct interface_info *, struct dhcp_packet *, unsigned,