Searched defs:subnets (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libadutils/common/
H A Daddisc_impl.h80 ad_subnet_t *subnets; member in struct:ad_disc
H A Daddisc.c957 if (ctx->subnets != NULL)
958 free(ctx->subnets);
2099 ad_subnet_t *subnets; local
2101 if (ctx->subnets_changed || ctx->subnets == NULL)
2104 if ((subnets = find_subnets()) != NULL) {
2105 if (cmpsubnets(subnets, ctx->subnets) != 0)
2107 free(subnets);

Completed in 59 milliseconds