Symbol: option_data
sbin/dhclient/clparse.c
565
parse_option_decl(FILE *cfile, struct option_data *options)
sbin/dhclient/dhclient.c
1246
struct option_data options[256];
sbin/dhclient/dhclient.c
1307
struct option_data options[256];
sbin/dhclient/dhclient.c
1385
struct option_data options[256];
sbin/dhclient/dhclient.c
1571
struct option_data o;
sbin/dhclient/dhclient.c
661
dhcpack(struct iaddr client_addr, struct option_data *options)
sbin/dhclient/dhclient.c
790
dhcpoffer(struct iaddr client_addr, struct option_data *options)
sbin/dhclient/dhclient.c
879
packet_to_lease(struct option_data *options)
sbin/dhclient/dhclient.c
949
dhcpnak(struct iaddr client_addr, struct option_data *options)
sbin/dhclient/dhcpd.h
114
struct option_data options[256];
sbin/dhclient/dhcpd.h
129
struct option_data defaults[256];
sbin/dhclient/dhcpd.h
138
struct option_data send_options[256];
sbin/dhclient/dhcpd.h
208
int cons_options(struct option_data *);
sbin/dhclient/dhcpd.h
209
char *pretty_print_option(unsigned int, struct option_data *, int);
sbin/dhclient/dhcpd.h
283
void dhcpoffer(struct iaddr, struct option_data *);
sbin/dhclient/dhcpd.h
284
void dhcpack(struct iaddr, struct option_data *);
sbin/dhclient/dhcpd.h
285
void dhcpnak(struct iaddr, struct option_data *);
sbin/dhclient/dhcpd.h
318
struct client_lease *packet_to_lease(struct option_data *);
sbin/dhclient/dhcpd.h
340
int parse_option_decl(FILE *, struct option_data *);
sbin/dhclient/options.c
149
cons_options(struct option_data *options)
sbin/dhclient/options.c
201
pretty_print_option(unsigned int code, struct option_data *option,
sbin/dhclient/options.c
455
struct option_data options[256];
sbin/dhclient/options.c
457
void (*handler)(struct iaddr, struct option_data *);
sbin/dhclient/options.c
47
int parse_option_buffer(struct option_data *, unsigned char *, int);
sbin/dhclient/options.c
55
parse_option_buffer(struct option_data *options, unsigned char *buffer,