Searched refs:svc_find (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | svc.c | 97 static struct svc_callout *svc_find(); 881 if ((s = svc_find(prog, vers, &prev, netid)) != NULL_SVC) { 944 while ((s = svc_find(prog, vers, &prev, NULL)) != NULL_SVC) { 990 if ((s = svc_find(prog, vers, &prev, netid)) != NULL_SVC) { 1041 while ((s = svc_find(prog, vers, &prev, NULL)) != NULL_SVC) { 1066 svc_find(rpcprog_t prog, rpcvers_t vers, struct svc_callout **prev, char *netid) function
|
Completed in 18 milliseconds