Home | History | Annotate | Download | only in src

Lines Matching refs:fqdn

253 	  if (lease->fqdn)
254 cache_add_dhcp_entry(lease->fqdn, &lease->addr, lease->expires);
422 /* If we know the fqdn, pass that. The helper will derive the
425 if (lease->fqdn)
427 lease->old_hostname = lease->fqdn;
433 lease->hostname = lease->fqdn = NULL;
469 /* Depending on mode, we check either unqualified name or FQDN. */
474 if (!new_fqdn || !lease_tmp->fqdn || !hostname_isequal(lease_tmp->fqdn, new_fqdn) )
499 lease->fqdn = new_fqdn;
594 lease->fqdn ? lease->fqdn : lease->hostname, now);
598 lease->fqdn ? lease->fqdn : lease->hostname);