Lines Matching refs:hd
74 enter_host(struct host_decl *hd) in enter_host() argument
78 hd->n_ipaddr = NULL; in enter_host()
79 if (hd->interface.hlen) { in enter_host()
84 hd->interface.haddr, hd->interface.hlen); in enter_host()
91 add_hash(host_hw_addr_hash, hd->interface.haddr, in enter_host()
92 hd->interface.hlen, (unsigned char *)hd); in enter_host()
102 np->n_ipaddr = hd; in enter_host()
105 if (hd->group->options[DHO_DHCP_CLIENT_IDENTIFIER]) { in enter_host()
107 hd->group->options[DHO_DHCP_CLIENT_IDENTIFIER])) in enter_host()
117 hd->group->options[DHO_DHCP_CLIENT_IDENTIFIER]->value, in enter_host()
118 hd->group->options[DHO_DHCP_CLIENT_IDENTIFIER]->len); in enter_host()
131 np->n_ipaddr = hd; in enter_host()
135 hd->group->options[DHO_DHCP_CLIENT_IDENTIFIER]->value, in enter_host()
136 hd->group->options[DHO_DHCP_CLIENT_IDENTIFIER]->len, in enter_host()
137 (unsigned char *)hd); in enter_host()