Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c176 const char *uc_scopes, *mc_scopes; in slp_call() local
181 if (uc_scopes = slp_get_uc_scopes(args->targets)) { in slp_call()
190 len += strlen(uc_scopes); in slp_call()
204 slp_uc_tcp_send(args->hp, t, uc_scopes, in slp_call()
207 slp_uc_udp_send(args->hp, t, uc_scopes); in slp_call()
H A Dslp_targets.c130 char *uc_scopes; member
173 tl->uc_scopes = NULL; in slp_new_target_list()
252 return (tl->uc_scopes); in slp_get_uc_scopes()
367 if (tl->uc_scopes) in slp_destroy_target_list()
368 free(tl->uc_scopes); in slp_destroy_target_list()
387 for (s = tl->uc_scopes; s; s = p) { in add2scopes_list()
534 slp_add2list(s, &(tl->uc_scopes), SLP_TRUE); in collect_DAs()