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

/netbsd-current/external/mpl/dhcp/dist/server/tests/
H A Dleaseq_unittest.c56 struct lease test_lease1, *check_lease; local
60 memset(&test_lease1, 0, sizeof(struct lease));
61 test_lease1.sort_time = 10;
63 lease_reference(&check_lease, &test_lease1, MDL);
74 LEASE_INSERTP(&lq, &test_lease1);
82 if (check_lease != &test_lease1)
87 if (check_lease != &test_lease1)
97 LEASE_REMOVEP(&lq, &test_lease1);

Completed in 134 milliseconds