OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_lease
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/dist/client/
dhc6.c
3299
if (client->
old_lease
!= NULL) {
3300
dhc6_lease_destroy(&client->
old_lease
, MDL);
3301
client->
old_lease
= NULL;
3306
client->
old_lease
= client->active_lease;
3377
if (client->
old_lease
!= NULL) {
3378
dhc6_lease_destroy(&client->
old_lease
, MDL);
3379
client->
old_lease
= NULL;
3384
client->
old_lease
= client->active_lease;
4379
if (client->
old_lease
!= NULL) {
4380
dhc6_lease_destroy(&client->
old_lease
, MDL)
[
all
...]
/src/external/mpl/dhcp/dist/includes/
dhcpd.h
1330
struct dhc6_lease *
old_lease
;
member in struct:client_state
Completed in 18 milliseconds
Indexes created Thu Aug 27 00:25:27 UTC 2026