HomeSort by: relevance | last modified time | path
    Searched defs:theirkeyset (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
tkey.c 1223 dns_rdataset_t *theirkeyset = NULL, *ourkeyset = NULL; local
1285 theirkeyset = NULL;
1287 0, &theirkeyset);
1289 RETERR(dns_rdataset_first(theirkeyset));
1296 if (theirkeyset == NULL) {
1303 dns_rdataset_current(theirkeyset, &theirkeyrdata);
tkey.c 1223 dns_rdataset_t *theirkeyset = NULL, *ourkeyset = NULL; local
1285 theirkeyset = NULL;
1287 0, &theirkeyset);
1289 RETERR(dns_rdataset_first(theirkeyset));
1296 if (theirkeyset == NULL) {
1303 dns_rdataset_current(theirkeyset, &theirkeyrdata);

Completed in 62 milliseconds