/src/lib/libc/rpc/ |
pmap_getport.c | 93 get_client(struct sockaddr_in *address, int tcp) function in typeref:typename:CLIENT * 120 client = get_client(address, protocol == IPPROTO_TCP); 125 client = get_client(address, protocol != IPPROTO_TCP);
|
pmap_getport.c | 93 get_client(struct sockaddr_in *address, int tcp) function in typeref:typename:CLIENT * 120 client = get_client(address, protocol == IPPROTO_TCP); 125 client = get_client(address, protocol != IPPROTO_TCP);
|
/src/usr.sbin/rpc.lockd/ |
lock_proc.c | 89 /* get_client -------------------------------------------------------------- */ 151 get_client(struct sockaddr *host_addr, rpcvers_t vers) function in typeref:typename:CLIENT * 272 if ((cli = get_client(addr, NLM_VERS)) != NULL) { 300 if ((cli = get_client(addr, NLM_VERS4)) != NULL) { 340 * are documented in the comments to get_client() above), this is the 428 if ((cli = get_client(addr, NLM_VERS)) != NULL) { 866 if ((cli = get_client(addr, NLM_VERS4)) != NULL) {
|
lock_proc.c | 89 /* get_client -------------------------------------------------------------- */ 151 get_client(struct sockaddr *host_addr, rpcvers_t vers) function in typeref:typename:CLIENT * 272 if ((cli = get_client(addr, NLM_VERS)) != NULL) { 300 if ((cli = get_client(addr, NLM_VERS4)) != NULL) { 340 * are documented in the comments to get_client() above), this is the 428 if ((cli = get_client(addr, NLM_VERS)) != NULL) { 866 if ((cli = get_client(addr, NLM_VERS4)) != NULL) {
|