Home
last modified time | relevance | path

Searched refs:test_iapref (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dmdb6.c1868 struct iasubopt *test_iapref; in create_prefix6() local
1898 test_iapref = NULL; in create_prefix6()
1899 if (iasubopt_hash_lookup(&test_iapref, pool->leases, in create_prefix6()
1903 iasubopt_dereference(&test_iapref, MDL); in create_prefix6()
1953 struct iasubopt *test_iapref; in prefix6_exists() local
1958 test_iapref = NULL; in prefix6_exists()
1959 if (iasubopt_hash_lookup(&test_iapref, pool->leases, in prefix6_exists()
1961 iasubopt_dereference(&test_iapref, MDL); in prefix6_exists()