Searched refs:find_service (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dmyaddrinfo.c267 /* find_service - translate numeric or symbolic service name */
269 static int find_service(const char *service, int socktype) function
318 if ((port = find_service(service, socktype)) < 0)
482 if ((port = find_service(service, socktype)) < 0)
/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Drpcb_svc_com.c113 static rpcblist_ptr find_service(rpcprog_t, rpcvers_t, char *);
155 * find_service returns a hit even if
158 fnd = find_service(reg.r_prog, reg.r_vers, reg.r_netid);
315 fnd = find_service(regp->r_prog, regp->r_vers, transp->xp_netid);
686 rbl = find_service(a.rmt_prog, a.rmt_vers, transp->xp_netid);
1332 find_service(rpcprog_t prog, rpcvers_t vers, char *netid) function
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c117 static rpcblist_ptr find_service(rpcprog_t, rpcvers_t, char *);
159 * find_service returns a hit even if
162 fnd = find_service(reg.r_prog, reg.r_vers, reg.r_netid);
319 fnd = find_service(regp->r_prog, regp->r_vers, transp->xp_netid);
682 rbl = find_service(a.rmt_prog, a.rmt_vers, transp->xp_netid);
1330 find_service(rpcprog_t prog, rpcvers_t vers, char *netid) function

Completed in 107 milliseconds