Home
last modified time | relevance | path

Searched defs:host_decl (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/dhcp/dist/includes/
H A Ddhcpd.h862 struct host_decl { struct
864 struct host_decl *n_ipaddr; argument
865 struct host_decl *n_dynamic; argument
866 char *name;
867 struct hardware interface;
868 struct data_string client_identifier;
869 struct option *host_id_option;
870 struct data_string host_id;
874 struct option_cache *fixed_addr;
875 struct iaddrcidrnetlist *fixed_prefix;
[all …]
/minix3/external/bsd/dhcp/dist/server/
H A Dconfpars.c351 int parse_statement (cfile, group, type, host_decl, declaration) in parse_statement() argument
4182 parse_fixed_prefix6(struct parse *cfile, struct host_decl *host_decl) { in parse_fixed_prefix6()