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

/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c176 const char *uc_scopes, *mc_scopes; local
213 (mc_scopes = slp_get_mc_scopes(args->targets)))
214 slp_mc_send(args->hp, mc_scopes);
241 const char *mc_scopes; local
243 if (!(mc_scopes = slp_get_mc_scopes(targets)))
250 msgSize += strlen(mc_scopes);
H A Dslp_targets.c131 char *mc_scopes; member in struct:target_list
181 if (!(tl->mc_scopes = strdup(scopes))) {
204 free(tl->mc_scopes);
214 free(tl->mc_scopes);
257 return (tl->mc_scopes);
369 if (tl->mc_scopes)
370 free(tl->mc_scopes);
535 slp_list_subtract(s, &(tl->mc_scopes));

Completed in 16 milliseconds