Home
last modified time | relevance | path

Searched refs:host_decl (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/usr.sbin/dhcpd/
Ddhcpd.h193 struct host_decl *host;
283 struct host_decl { struct
284 struct host_decl *n_ipaddr; argument
588 int parse_statement(FILE *, struct group *, int, struct host_decl *, int);
639 struct host_decl *);
645 void enter_host(struct host_decl *);
646 struct host_decl *find_hosts_by_haddr(int, unsigned char *, int);
647 struct host_decl *find_hosts_by_uid(unsigned char *, int);
648 struct subnet *find_host_for_network(struct host_decl **, struct iaddr *,
Dmemory.c59 enter_host(struct host_decl *hd) in enter_host()
61 struct host_decl *hp = NULL, *np = NULL; in enter_host()
68 hp = (struct host_decl *)hash_lookup(host_hw_addr_hash, in enter_host()
100 hp = (struct host_decl *)hash_lookup(host_uid_hash, in enter_host()
126 struct host_decl *
129 return (struct host_decl *)hash_lookup(host_hw_addr_hash, in find_hosts_by_haddr()
133 struct host_decl *
136 return (struct host_decl *)hash_lookup(host_uid_hash, data, len); in find_hosts_by_uid()
149 find_host_for_network(struct host_decl **host, struct iaddr *addr, in find_host_for_network()
154 struct host_decl *hp; in find_host_for_network()
Dconfpars.c169 int parse_statement(cfile, group, type, host_decl, declaration) in parse_statement() argument
173 struct host_decl *host_decl;
380 if (host_decl)
381 host_decl->interface = hardware;
389 if (host_decl)
390 host_decl->fixed_addr = cache;
518 struct host_decl *host;
525 host = (struct host_decl *)dmalloc(sizeof (struct host_decl),
Dbootp.c50 struct host_decl *hp, *host = NULL; in bootp()
Ddhcp.c83 struct host_decl *hp; in dhcpdiscover()
1289 struct host_decl *hp, *host = NULL; in find_lease()
1587 struct host_decl *hp) in mockup_lease()