Searched refs:client_config (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sbin/dhclient/
H A Ddhcpd.h147 struct client_config { struct
192 struct client_config *config;
367 extern struct client_config top_level_config;
431 struct client_config *);
434 void parse_interface_declaration(FILE *, struct client_config *);
437 void make_client_config(struct interface_info *, struct client_config *);
443 void parse_reject_statement(FILE *, struct client_config *);
H A Dclparse.c49 struct client_config top_level_config;
66 struct client_config *config;
132 config = malloc(sizeof(struct client_config));
199 struct client_config *config)
395 parse_interface_declaration(FILE *cfile, struct client_config *outer_config)
474 make_client_config(struct interface_info *ip, struct client_config *config)
476 ip->client->config = malloc(sizeof(struct client_config));
932 parse_reject_statement(FILE *cfile, struct client_config *config)

Completed in 197 milliseconds