Searched refs:uc_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
181 if (uc_scopes = slp_get_uc_scopes(args->targets)) {
190 len += strlen(uc_scopes);
204 slp_uc_tcp_send(args->hp, t, uc_scopes,
207 slp_uc_udp_send(args->hp, t, uc_scopes);
H A Dslp_targets.c130 char *uc_scopes; member in struct:target_list
173 tl->uc_scopes = NULL;
252 return (tl->uc_scopes);
367 if (tl->uc_scopes)
368 free(tl->uc_scopes);
383 * for each scope in tl->uc_scopes:
387 for (s = tl->uc_scopes; s; s = p) {
534 slp_add2list(s, &(tl->uc_scopes), SLP_TRUE);

Completed in 16 milliseconds