Home | History | Annotate | Download | only in client

Lines Matching refs:picked

1433 	struct client_lease *lp, *next, *picked;
1450 picked = NULL;
1458 if (!picked) {
1459 picked = lp;
1460 picked -> next = NULL;
1471 if (!picked) {
1478 if (picked -> is_bootp) {
1479 client -> new = picked;
1500 /* Make a DHCPREQUEST packet from the lease we picked. */
1501 make_request (client, picked);
1504 /* Toss the lease we picked - we'll get it back in a DHCPACK. */
1505 destroy_client_lease (picked);