Lines Matching defs:new
581 struct dhcp_config *new = find_config(daemon->dhcp_conf, context, NULL, 0,
584 if (new && !have_config(new, CONFIG_CLID) && !new->hwaddr)
586 config = new;
977 /* send vendor and user class info for new or recreated lease */
1073 /* Check if a new static address has been configured. Be very sure that
1144 /* copy user-class and vendor class into new lease, for the script */
1804 int new = do_opt(opt, NULL, NULL, null_term) + 2;
1805 if (enc_len + new <= 255)
1806 enc_len += new;
1818 enc_len = new;