Lines Matching refs:scopes
71 const char *scopes; member
126 const char *scopes, SLPBoolean free_target, in slp_uc_tcp_send() argument
163 rqst->scopes = scopes; in slp_uc_tcp_send()
190 const char *scopes) { in slp_uc_udp_send() argument
204 if (make_header(hp, header, scopes) != SLP_OK) in slp_uc_udp_send()
319 hp, ctarg, scopes, SLP_FALSE, slp_get_xid(header)); in slp_uc_udp_send()
332 void slp_mc_send(slp_handle_impl_t *hp, const char *scopes) { in slp_mc_send() argument
345 if (make_header(hp, header, scopes) != SLP_OK) in slp_mc_send()
379 mc_recvmsg(pfd, nfds, hp, scopes, header, &collator, final_to, in slp_mc_send()
467 const char *scopes; in tcp_thread() local
483 scopes = rqst->scopes; in tcp_thread()
495 if (make_header(hp, header, scopes) != SLP_OK) { in tcp_thread()
639 const char *scopes) { in make_header() argument
644 unsigned short slen = (unsigned short)strlen(scopes); in make_header()
673 hp->msg.scopes->iov_base = (caddr_t)scopes; in make_header()
674 hp->msg.scopes->iov_len = slen; in make_header()
1008 const char *scopes, char *header, void **collator, in mc_recvmsg() argument
1053 tcp_handoff(hp, scopes, in mc_recvmsg()
1066 tcp_handoff(hp, scopes, in mc_recvmsg()
1124 static void tcp_handoff(slp_handle_impl_t *hp, const char *scopes, in tcp_handoff() argument
1129 slp_uc_tcp_send(hp, target, scopes, SLP_TRUE, xid); in tcp_handoff()