universe
struct universe *universe;
universe = ((struct universe *)hash_lookup(&universe_hash,
if (!universe) {
universe = &dhcp_universe;
option = (struct option *)hash_lookup(universe->hash,
extern struct universe dhcp_universe;
struct universe dhcp_universe;
struct universe *universe;