#ifndef lint
static char copyright[] =
-"$Id: bootp.c,v 1.17 1996/08/27 09:33:41 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: bootp.c,v 1.18 1996/09/11 05:50:54 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
/* Pack the options into the buffer. Unlike DHCP, we can't
pack options into the filename and server name buffers. */
- cons_options (packet, &outgoing, options, 0);
+ cons_options (packet, &outgoing, options, 0, 0);
if (outgoing.packet_length < BOOTP_MIN_LEN)
outgoing.packet_length = BOOTP_MIN_LEN;
#ifndef lint
static char copyright[] =
-"$Id: dhclient.c,v 1.19 1996/08/29 09:15:35 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.20 1996/09/11 05:51:25 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
options [DHO_DHCP_MESSAGE] -> tree = (struct tree *)0;
/* Set up the option buffer... */
- cons_options ((struct packet *)0, &outgoing, options, 0);
+ cons_options ((struct packet *)0, &outgoing, options, 0, 0);
memset (&raw.ciaddr, 0, sizeof raw.ciaddr);
memset (&raw.siaddr, 0, sizeof raw.siaddr);
options [DHO_DHCP_SERVER_IDENTIFIER] -> tree = (struct tree *)0;
/* Set up the option buffer... */
- cons_options ((struct packet *)0, &outgoing, options, 0);
+ cons_options ((struct packet *)0, &outgoing, options, 0, 0);
memset (&raw.ciaddr, 0, sizeof raw.ciaddr);
raw.siaddr = packet -> raw -> siaddr;
#ifndef lint
static char copyright[] =
-"$Id: dhclient.c,v 1.19 1996/08/29 09:15:35 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.20 1996/09/11 05:51:25 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
options [DHO_DHCP_MESSAGE] -> tree = (struct tree *)0;
/* Set up the option buffer... */
- cons_options ((struct packet *)0, &outgoing, options, 0);
+ cons_options ((struct packet *)0, &outgoing, options, 0, 0);
memset (&raw.ciaddr, 0, sizeof raw.ciaddr);
memset (&raw.siaddr, 0, sizeof raw.siaddr);
options [DHO_DHCP_SERVER_IDENTIFIER] -> tree = (struct tree *)0;
/* Set up the option buffer... */
- cons_options ((struct packet *)0, &outgoing, options, 0);
+ cons_options ((struct packet *)0, &outgoing, options, 0, 0);
memset (&raw.ciaddr, 0, sizeof raw.ciaddr);
raw.siaddr = packet -> raw -> siaddr;
#ifndef lint
static char copyright[] =
-"$Id: bootp.c,v 1.17 1996/08/27 09:33:41 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: bootp.c,v 1.18 1996/09/11 05:50:54 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
/* Pack the options into the buffer. Unlike DHCP, we can't
pack options into the filename and server name buffers. */
- cons_options (packet, &outgoing, options, 0);
+ cons_options (packet, &outgoing, options, 0, 0);
if (outgoing.packet_length < BOOTP_MIN_LEN)
outgoing.packet_length = BOOTP_MIN_LEN;