Searched refs:host_decl (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/usr.sbin/dhcpd/ |
| H A D | dhcpd.h | 116 struct host_decl *host; 208 struct host_decl { struct 209 struct host_decl *n_ipaddr; argument 344 int parse_statement(FILE *, struct group *, int, struct host_decl *, int); 393 struct host_decl *); 399 void enter_host(struct host_decl *); 400 struct host_decl *find_hosts_by_haddr(int, unsigned char *, int); 401 struct host_decl *find_hosts_by_uid(unsigned char *, int); 402 struct subnet *find_host_for_network(struct host_decl **, struct iaddr *,
|
| H A D | memory.c | 74 enter_host(struct host_decl *hd) in enter_host() 76 struct host_decl *hp = NULL, *np = NULL; in enter_host() 83 hp = (struct host_decl *)hash_lookup(host_hw_addr_hash, in enter_host() 116 hp = (struct host_decl *)hash_lookup(host_uid_hash, in enter_host() 142 struct host_decl * 145 return (struct host_decl *)hash_lookup(host_hw_addr_hash, in find_hosts_by_haddr() 149 struct host_decl * 152 return (struct host_decl *)hash_lookup(host_uid_hash, data, len); in find_hosts_by_uid() 165 find_host_for_network(struct host_decl **host, struct iaddr *addr, in find_host_for_network() 170 struct host_decl *hp; in find_host_for_network()
|
| H A D | confpars.c | 193 struct host_decl *host_decl, int declaration) in parse_statement() argument 399 if (host_decl) in parse_statement() 400 host_decl->interface = hardware; in parse_statement() 408 if (host_decl) in parse_statement() 409 host_decl->fixed_addr = cache; in parse_statement() 538 struct host_decl *host; in parse_host_declaration() 545 host = calloc(1, sizeof (struct host_decl)); in parse_host_declaration()
|
| H A D | bootp.c | 65 struct host_decl *hp, *host = NULL; in bootp()
|
| H A D | dhcp.c | 107 struct host_decl *hp; in dhcpdiscover() 1472 struct host_decl *hp, *host = NULL; in find_lease() 1773 struct host_decl *hp) in mockup_lease()
|