Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/dhcpd/
H A Ddhcpd.h208 struct host_decl { struct
209 struct host_decl *n_ipaddr; argument
210 char *name;
211 struct hardware interface;
212 struct tree_cache *fixed_addr;
213 struct group *group;
H A Dconfpars.c193 struct host_decl *host_decl, int declaration) in parse_statement()