Searched refs:n_ipaddr (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Dmdb.c136 if (hd -> n_ipaddr)
137 host_dereference (&hd -> n_ipaddr, MDL);
160 for (np = hp; np -> n_ipaddr; np = np -> n_ipaddr)
162 host_reference (&np -> n_ipaddr, hd, MDL);
205 for (np = hp; np -> n_ipaddr;
206 np = np -> n_ipaddr) {
211 host_reference (&np -> n_ipaddr,
271 if (np -> n_ipaddr)
272 host_reference (&foo, np -> n_ipaddr, MD
[all...]
H A Dbootp.c103 for (h = hp; h; h = h -> n_ipaddr) {
H A Ddhcp.c1761 for (h = hp; h; h = h -> n_ipaddr) {
1776 for (h = hp; h; h = h -> n_ipaddr) {
3522 if (p -> n_ipaddr)
3523 host_reference (&n, p -> n_ipaddr, MDL);
H A Domapi.c1126 if (host -> n_ipaddr)
1127 host_dereference (&host -> n_ipaddr, file, line);
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/
H A Ddhcpd.h520 struct host_decl *n_ipaddr; member in struct:host_decl

Completed in 77 milliseconds