Searched refs:protocol (Results 1 – 4 of 4) sorted by relevance
/sunrpc/ |
A D | pm_getport.c | 85 u_long version, u_int protocol, time_t timeout_sec, in __libc_rpc_getport() argument 98 if (protocol == IPPROTO_TCP) in __libc_rpc_getport() 115 parms.pm_prot = protocol; in __libc_rpc_getport() 150 u_int protocol) in libc_hidden_def() 152 return __libc_rpc_getport (address, program, version, protocol, 5, 60); in libc_hidden_def()
|
A D | tst-svc_register.c | 187 int protocol; in test_server_thread() local 189 protocol = IPPROTO_UDP; in test_server_thread() 192 protocol = 0; in test_server_thread() 194 server_dispatch, protocol)); in test_server_thread()
|
A D | pmap_clnt.c | 106 pmap_set (u_long program, u_long version, int protocol, u_short port) in pmap_set() argument 122 parms.pm_prot = protocol; in pmap_set()
|
A D | svc.c | 183 rpcproc_t protocol) in svc_register() argument 207 if (protocol) in svc_register() 209 if (! pmap_set (prog, vers, protocol, xprt->xp_port)) in svc_register()
|
Completed in 9 milliseconds