2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 13:28:14 +00:00

Add parameter request list to option_state. New arg to cons_options.

This commit is contained in:
Ted Lemon 1999-03-10 20:42:02 +00:00
parent f11e65c53f
commit 15151db643

View File

@ -216,6 +216,7 @@ struct lease_state {
struct option_state options;
struct agent_options *agent_options;
struct data_string parameter_request_list;
int max_message_size;
u_int32_t expiry, renewal, rebind;
struct data_string filename, server_name;
@ -801,7 +802,7 @@ int parse_option_buffer PROTO ((struct packet *, unsigned char *, int));
int parse_agent_information_option PROTO ((struct packet *, int, u_int8_t *));
int cons_options PROTO ((struct packet *, struct dhcp_packet *, int,
struct option_state *, struct agent_options *,
int, int, int));
int, int, int, struct data_string *));
int store_options PROTO ((unsigned char *, int, struct option_state *,
int *, int, int, int, int));
char *pretty_print_option PROTO ((unsigned int,