Symbol: host_decl
usr.sbin/dhcpd/bootp.c
65
struct host_decl *hp, *host = NULL;
usr.sbin/dhcpd/confpars.c
193
struct host_decl *host_decl, int declaration)
usr.sbin/dhcpd/confpars.c
399
if (host_decl)
usr.sbin/dhcpd/confpars.c
400
host_decl->interface = hardware;
usr.sbin/dhcpd/confpars.c
408
if (host_decl)
usr.sbin/dhcpd/confpars.c
409
host_decl->fixed_addr = cache;
usr.sbin/dhcpd/confpars.c
538
struct host_decl *host;
usr.sbin/dhcpd/confpars.c
545
host = calloc(1, sizeof (struct host_decl));
usr.sbin/dhcpd/dhcp.c
107
struct host_decl *hp;
usr.sbin/dhcpd/dhcp.c
1472
struct host_decl *hp, *host = NULL;
usr.sbin/dhcpd/dhcp.c
1773
struct host_decl *hp)
usr.sbin/dhcpd/dhcpd.h
118
struct host_decl *host;
usr.sbin/dhcpd/dhcpd.h
209
struct host_decl *n_ipaddr;
usr.sbin/dhcpd/dhcpd.h
345
int parse_statement(FILE *, struct group *, int, struct host_decl *, int);
usr.sbin/dhcpd/dhcpd.h
394
struct host_decl *);
usr.sbin/dhcpd/dhcpd.h
400
void enter_host(struct host_decl *);
usr.sbin/dhcpd/dhcpd.h
401
struct host_decl *find_hosts_by_haddr(int, unsigned char *, int);
usr.sbin/dhcpd/dhcpd.h
402
struct host_decl *find_hosts_by_uid(unsigned char *, int);
usr.sbin/dhcpd/dhcpd.h
403
struct subnet *find_host_for_network(struct host_decl **, struct iaddr *,
usr.sbin/dhcpd/memory.c
116
hp = (struct host_decl *)hash_lookup(host_uid_hash,
usr.sbin/dhcpd/memory.c
142
struct host_decl *
usr.sbin/dhcpd/memory.c
145
return (struct host_decl *)hash_lookup(host_hw_addr_hash,
usr.sbin/dhcpd/memory.c
149
struct host_decl *
usr.sbin/dhcpd/memory.c
152
return (struct host_decl *)hash_lookup(host_uid_hash, data, len);
usr.sbin/dhcpd/memory.c
165
find_host_for_network(struct host_decl **host, struct iaddr *addr,
usr.sbin/dhcpd/memory.c
170
struct host_decl *hp;
usr.sbin/dhcpd/memory.c
74
enter_host(struct host_decl *hd)
usr.sbin/dhcpd/memory.c
76
struct host_decl *hp = NULL, *np = NULL;
usr.sbin/dhcpd/memory.c
83
hp = (struct host_decl *)hash_lookup(host_hw_addr_hash,