Lines Matching refs:scopes
70 const char *scopes;
113 * containing DAs corresponding to 'scopes'. 'free_target' directs
125 const char *scopes, SLPBoolean free_target,
162 rqst->scopes = scopes;
181 * list of DAs corresponding to 'scopes'.
189 const char *scopes) {
203 if (make_header(hp, header, scopes) != SLP_OK)
318 hp, ctarg, scopes, SLP_FALSE, slp_get_xid(header));
331 void slp_mc_send(slp_handle_impl_t *hp, const char *scopes) {
344 if (make_header(hp, header, scopes) != SLP_OK)
378 mc_recvmsg(pfd, nfds, hp, scopes, header, &collator, final_to,
463 const char *scopes;
479 scopes = rqst->scopes;
491 if (make_header(hp, header, scopes) != SLP_OK) {
631 * and must contain enough space. 'scopes' should contain a string
632 * with the scopes to be used for this message.
635 const char *scopes) {
640 unsigned short slen = (unsigned short)strlen(scopes);
669 hp->msg.scopes->iov_base = (caddr_t)scopes;
670 hp->msg.scopes->iov_len = slen;
990 * scopes IN scopes to use for this message
1004 const char *scopes, char *header, void **collator,
1048 tcp_handoff(hp, scopes,
1061 tcp_handoff(hp, scopes,
1119 static void tcp_handoff(slp_handle_impl_t *hp, const char *scopes,
1124 slp_uc_tcp_send(hp, target, scopes, SLP_TRUE, xid);