Lines Matching refs:scopes
73 const char *scopes; member
128 const char *scopes, SLPBoolean free_target, in slp_uc_tcp_send() argument
165 rqst->scopes = scopes; in slp_uc_tcp_send()
192 const char *scopes) { in slp_uc_udp_send() argument
206 if (make_header(hp, header, scopes) != SLP_OK) in slp_uc_udp_send()
321 hp, ctarg, scopes, SLP_FALSE, slp_get_xid(header)); in slp_uc_udp_send()
334 void slp_mc_send(slp_handle_impl_t *hp, const char *scopes) { in slp_mc_send() argument
347 if (make_header(hp, header, scopes) != SLP_OK) in slp_mc_send()
381 mc_recvmsg(pfd, nfds, hp, scopes, header, &collator, final_to, in slp_mc_send()
466 const char *scopes; in tcp_thread() local
482 scopes = rqst->scopes; in tcp_thread()
494 if (make_header(hp, header, scopes) != SLP_OK) { in tcp_thread()
638 const char *scopes) { in make_header() argument
643 unsigned short slen = (unsigned short)strlen(scopes); in make_header()
672 hp->msg.scopes->iov_base = (caddr_t)scopes; in make_header()
673 hp->msg.scopes->iov_len = slen; in make_header()
1007 const char *scopes, char *header, void **collator, in mc_recvmsg() argument
1052 tcp_handoff(hp, scopes, in mc_recvmsg()
1065 tcp_handoff(hp, scopes, in mc_recvmsg()
1123 static void tcp_handoff(slp_handle_impl_t *hp, const char *scopes, in tcp_handoff() argument
1128 slp_uc_tcp_send(hp, target, scopes, SLP_TRUE, xid); in tcp_handoff()