Searched refs:transp (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/remote_cmds-41.90.1/rpc_yppasswdd.tproj/
H A Dyppasswdd_proc.c73 yppasswdproc_update_1_svc(argp, rqstp, transp)
76 SVCXPRT *transp;
83 if (!svc_sendreply(transp, (xdrproc_t)xdr_int, (char *)&res))
84 svcerr_systemerr(transp);
86 if (!svc_freeargs(transp, xdr_yppasswd, (caddr_t) argp)) {
H A Drpc.yppasswdd.c80 SVCXPRT *transp; local
123 transp = svcudp_create(RPC_ANYSOCK);
124 if (transp == NULL) {
128 if (!svc_register(transp, YPPASSWDPROG, YPPASSWDVERS, yppasswddprog_1,
133 transp = svctcp_create(RPC_ANYSOCK, 0, 0);
134 if (transp == NULL) {
138 if (!svc_register(transp, YPPASSWDPROG, YPPASSWDVERS, yppasswddprog_1,
149 yppasswddprog_1(rqstp, transp)
151 SVCXPRT *transp;
162 (void) svc_sendreply(transp, (xdrproc_
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyppush_svc.c106 yppush_xfrrespprog_1(rqstp, transp)
108 register SVCXPRT *transp;
132 svcerr_noproc(transp);
138 if (!svc_getargs(transp, xdr_argument, (caddr_t) &argument)) {
139 svcerr_decode(transp);
145 if (result != NULL && !svc_sendreply(transp, (xdrproc_t)xdr_result, result)) {
146 svcerr_systemerr(transp);
148 if (!svc_freeargs(transp, xdr_argument, (caddr_t) &argument)) {
H A Dyppush.c134 req_xfr(pid, prog, transp, host, client)
137 SVCXPRT *transp;
152 request.port=transp->xp_port;
180 SVCXPRT *transp; local
198 transp = svcudp_create(sock);
199 if (transp == NULL) {
203 if (transp->xp_port >= IPPORT_RESERVED) {
204 SVC_DESTROY(transp);
210 if ((sts = svc_register(transp, prog, 1,
228 close(transp
[all...]
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dsvc_simple.c82 static SVCXPRT *transp; variable
102 if (transp == 0) {
103 transp = svcudp_create(RPC_ANYSOCK);
104 if (transp == NULL) {
111 if (!svc_register(transp, (uint32_t)prognum, (uint32_t)versnum,
119 if (!svc_register(transp, (u_long)prognum, (u_long)versnum,
142 universal(rqstp, transp)
144 SVCXPRT *transp;
155 if (svc_sendreply(transp, (xdrproc_t)xdr_void, (char *)NULL) == FALSE) {
167 if (!svc_getargs(transp, p
[all...]
H A Dsvc_udp.c399 #define CACHE_LOC(transp, xid) \
400 (xid % (SPARSENESS*((struct udp_cache *) su_data(transp)->su_cache)->uc_size))
408 svcudp_enablecache(transp, size)
409 SVCXPRT *transp;
416 struct svcudp_data *su = su_data(transp);
/macosx-10.9.5/NFS-81/rpc.statd/
H A Dsm_inter_svc.c64 void sm_prog_1(struct svc_req *rqstp, SVCXPRT *transp);
67 sm_prog_1(struct svc_req *rqstp, SVCXPRT *transp) argument
82 (void) svc_sendreply(transp, (xdrproc_t) xdr_void, (char *)NULL);
122 svcerr_noproc(transp);
126 if (!svc_getargs(transp, xdr_argument, (caddr_t) &argument)) {
127 svcerr_decode(transp);
131 if (result != NULL && !svc_sendreply(transp, xdr_result, result)) {
132 svcerr_systemerr(transp);
134 if (!svc_freeargs(transp, xdr_argument, (caddr_t) &argument)) {
H A Dstatd.c114 extern void sm_prog_1(struct svc_req * rqstp, SVCXPRT * transp);
123 SVCXPRT *transp; local
259 if ((statudpsock >= 0) && ((transp = svcudp_create(statudpsock)) == NULL)) {
264 if ((statudpsock >= 0) && !svc_register(transp, SM_PROG, SM_VERS, sm_prog_1, IPPROTO_UDP)) {
266 svc_destroy(transp);
301 if ((statudp6sock >= 0) && ((transp = svcudp_create(statudp6sock)) == NULL)) {
306 if ((statudp6sock >= 0) && !svc_register(transp, SM_PROG, SM_VERS, sm_prog_1, IPPROTO_UDP)) {
308 svc_destroy(transp);
343 if ((stattcpsock >= 0) && ((transp = svctcp_create(stattcpsock, 0, 0)) == NULL)) {
348 if ((stattcpsock >= 0) && !svc_register(transp, SM_PRO
[all...]
H A Dtest.c151 char transp[] = "udp"; local
191 cli = clnt_create(statdhost, SM_PROG, SM_VERS, transp);
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dypserv.c125 ypprog_1(struct svc_req *rqstp, register SVCXPRT *transp) argument
205 svcerr_noproc(transp);
210 if (!svc_getargs(transp, xdr_argument, (caddr_t) &argument)) {
211 svcerr_decode(transp);
216 if (result != NULL && !svc_sendreply(transp, xdr_result, result)) {
217 svcerr_systemerr(transp);
219 if (!svc_freeargs(transp, xdr_argument, (caddr_t) &argument)) {
228 ypprog_2(struct svc_req *rqstp, register SVCXPRT *transp) argument
321 svcerr_noproc(transp);
326 if (!svc_getargs(transp, xdr_argumen
348 register SVCXPRT *transp = NULL; local
[all...]
/macosx-10.9.5/NFS-81/rpc.lockd/
H A Dnlm_prot_svc.c70 void nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp);
73 nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp) argument
85 (void) svc_sendreply(transp, (xdrproc_t) xdr_void, (char *)NULL);
96 svcerr_noproc(transp);
101 if (!svc_getargs(transp, xdr_argument, (caddr_t) &argument)) {
102 svcerr_decode(transp);
107 if (result != NULL && !svc_sendreply(transp, xdr_result, result)) {
108 svcerr_systemerr(transp);
110 if (!svc_freeargs(transp, xdr_argument, (caddr_t) &argument)) {
118 void nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp);
121 nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp) argument
277 nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp) argument
461 nlm_prog_4(struct svc_req *rqstp, SVCXPRT *transp) argument
[all...]
H A Dlockd.c188 SVCXPRT *transp; local
348 if ((lockudpsock >= 0) && ((transp = svcudp_create(lockudpsock)) == NULL)) {
355 if (!svc_register(transp, NLM_PROG, NLM_SM, nlm_prog_0, IPPROTO_UDP))
359 if (!svc_register(transp, NLM_PROG, NLM_VERS, nlm_prog_1, IPPROTO_UDP))
363 if (!svc_register(transp, NLM_PROG, NLM_VERSX, nlm_prog_3, IPPROTO_UDP))
367 if (!svc_register(transp, NLM_PROG, NLM_VERS4, nlm_prog_4, IPPROTO_UDP))
372 svc_destroy(transp);
408 if ((lockudp6sock >= 0) && ((transp = svcudp_create(lockudp6sock)) == NULL)) {
415 if (!svc_register(transp, NLM_PROG, NLM_SM, nlm_prog_0, IPPROTO_UDP))
419 if (!svc_register(transp, NLM_PRO
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dclient.h261 dns_clientrestrans_t **transp);
290 * the resulting list of answer names (on success). On return, '*transp' is
306 *\li 'transp' != NULL && *transp == NULL;
332 dns_client_destroyrestrans(dns_clientrestrans_t **transp);
334 * Destroy name resolution transaction state identified by '*transp'.
338 *\li '*transp' is a valid transaction ID.
345 *\li *transp == NULL.
397 dns_clientreqtrans_t **transp);
428 * the response message (on success). On return, '*transp' i
[all...]
/macosx-10.9.5/NFS-81/rpc.rquotad/
H A Drquotad.c69 void rquota_service(struct svc_req *request, SVCXPRT *transp);
70 void ext_rquota_service(struct svc_req *request, SVCXPRT *transp);
71 void sendquota(struct svc_req *request, int vers, SVCXPRT *transp);
134 SVCXPRT *transp; local
197 if ((rqudpsock >= 0) && ((transp = svcudp_create(rqudpsock)) == NULL)) {
204 if (!svc_register(transp, RQUOTAPROG, RQUOTAVERS, rquota_service, IPPROTO_UDP))
208 if (!svc_register(transp, RQUOTAPROG, EXT_RQUOTAVERS, ext_rquota_service, IPPROTO_UDP))
213 svc_destroy(transp);
234 if ((rqudp6sock >= 0) && ((transp = svcudp_create(rqudp6sock)) == NULL)) {
241 if (!svc_register(transp, RQUOTAPRO
419 rquota_service(struct svc_req *request, SVCXPRT *transp) argument
438 ext_rquota_service(struct svc_req *request, SVCXPRT *transp) argument
471 sendquota(struct svc_req *request, int vers, SVCXPRT *transp) argument
[all...]
/macosx-10.9.5/autofs-234/automountd/
H A Dnfs_cast.c74 struct transp { struct
75 struct transp *tr_next;
88 static void free_transports(struct transp *);
90 static struct mapfs *sort_responses(struct transp *);
152 struct transp *tr_head;
153 struct transp *trans, *prev_trans;
193 trans = (struct transp *)malloc(sizeof (*trans));
505 struct transp *trans;
507 struct transp *t;
666 struct transp *tran
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/ypbind.tproj/
H A Dypbind.c243 svc_ypbindproc_null_2(void *argp, SVCXPRT *transp) argument
254 svc_ypbindproc_domain_2(void *argp, SVCXPRT *transp) argument
328 svc_ypbindproc_setdom_2(void *argp, SVCXPRT *transp) argument
341 fromsin = svc_getcaller(transp);
391 ypbindprog_2(struct svc_req *rqstp, register SVCXPRT *transp) argument
424 svcerr_auth(transp, AUTH_BADCRED);
430 svcerr_auth(transp, AUTH_TOOWEAK);
440 svcerr_noproc(transp);
445 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument))
447 svcerr_decode(transp);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/pcx/
H A Dpcx.c448 const char *compression, *verbose, *transp; local
458 transp = "1";
478 transp = Tcl_GetStringFromObj(objv[i], (int *) NULL);
510 c = transp[0]; length = strlen (transp);
511 if (!strncmp (transp, "1", length) || \
512 !strncmp (transp, "true", length) || \
513 !strncmp (transp, "on", length)) {
515 } else if (!strncmp (transp, "0", length) || \
516 !strncmp (transp, "fals
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/sun/
H A Dsun.c840 const char *compression, *verbose, *transp; local
850 transp = "1";
870 transp = Tcl_GetStringFromObj(objv[i], (int *) NULL);
902 c = transp[0]; length = strlen (transp);
903 if (!strncmp (transp, "1", length) || \
904 !strncmp (transp, "true", length) || \
905 !strncmp (transp, "on", length)) {
907 } else if (!strncmp (transp, "0", length) || \
908 !strncmp (transp, "fals
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tga/
H A Dtga.c603 const char *compression, *verbose, *transp; local
613 transp = "1";
633 transp = Tcl_GetStringFromObj(objv[i], (int *) NULL);
665 c = transp[0]; length = strlen (transp);
666 if (!strncmp (transp, "1", length) || \
667 !strncmp (transp, "true", length) || \
668 !strncmp (transp, "on", length)) {
670 } else if (!strncmp (transp, "0", length) || \
671 !strncmp (transp, "fals
[all...]
/macosx-10.9.5/postfix-252/postfix/src/postscreen/
H A Dpostscreen_smtpd.c728 const struct cmd_trans *transp; local
796 for (transp = cmd_trans; transp->state != state->read_state; transp++)
797 if (transp->want == 0)
800 if (ch == transp->want)
801 state->read_state = transp->next_state;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c1307 const char *compression, *verbose, *transp; local
1318 transp = "1";
1338 transp = Tcl_GetStringFromObj(objv[i], (int *) NULL);
1370 c = transp[0]; length = strlen (transp);
1371 if (!strncmp (transp, "1", length) || \
1372 !strncmp (transp, "true", length) || \
1373 !strncmp (transp, "on", length)) {
1375 } else if (!strncmp (transp, "0", length) || \
1376 !strncmp (transp, "fals
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dclient.c1206 dns_clientrestrans_t **transp)
1218 REQUIRE(transp != NULL && *transp == NULL);
1297 *transp = (dns_clientrestrans_t *)rctx;
1357 dns_client_destroyrestrans(dns_clientrestrans_t **transp) { argument
1363 REQUIRE(transp != NULL);
1364 rctx = (resctx_t *)*transp;
1396 *transp = NULL;
1600 dns_clientreqtrans_t **transp)
1614 REQUIRE(transp !
1202 dns_client_startresolve(dns_client_t *client, dns_name_t *name, dns_rdataclass_t rdclass, dns_rdatatype_t type, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_clientrestrans_t **transp) argument
1594 dns_client_startrequest(dns_client_t *client, dns_message_t *qmessage, dns_message_t *rmessage, isc_sockaddr_t *server, unsigned int options, unsigned int parseoptions, dns_tsec_t *tsec, unsigned int timeout, unsigned int udptimeout, unsigned int udpretries, isc_task_t *task, isc_taskaction_t action, void *arg, dns_clientreqtrans_t **transp) argument
1717 dns_client_destroyreqtrans(dns_clientreqtrans_t **transp) argument
2606 dns_client_startupdate(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *zonename, dns_namelist_t *prerequisites, dns_namelist_t *updates, isc_sockaddrlist_t *servers, dns_tsec_t *tsec, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_clientupdatetrans_t **transp) argument
2828 dns_client_destroyupdatetrans(dns_clientupdatetrans_t **transp) argument
[all...]
/macosx-10.9.5/NFS-81/nfsd/
H A Dmountd.c812 mntsrv(struct svc_req *rqstp, SVCXPRT *transp) argument
826 sa = svc_getcaller_sa(transp);
839 if (!svc_sendreply(transp, (xdrproc_t)xdr_void, (caddr_t)NULL))
844 svcerr_weakauth(transp);
847 if (!svc_getargs(transp, (xdrproc_t)xdr_dir, rpcpath)) {
848 svcerr_decode(transp);
867 if (!svc_sendreply(transp, (xdrproc_t)xdr_long, (caddr_t)&bad))
880 if (!svc_sendreply(transp, (xdrproc_t)xdr_long, (caddr_t)&bad))
902 if (!svc_sendreply(transp, (xdrproc_t)xdr_long, (caddr_t)&bad))
907 if (!svc_sendreply(transp, (xdrproc_
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dpt-br-refcard.tex501 \key{transp{\~o}e {\bf caracteres}}{C-t}
502 \key{transp{\~o}e {\bf palavras}}{M-t}
503 \key{transp{\~o}e {\bf linhas}}{C-x C-t}
504 \key{transp{\~o}e {\bf sexps}}{C-M-t}
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm3597 $transp = $client->transport( );

Completed in 172 milliseconds

12