Home
last modified time | relevance | path

Searched refs:port (Results 1 – 6 of 6) sorted by relevance

/sunrpc/
A Dpm_getport.c91 u_short port = 0; in __libc_rpc_getport() local
119 (caddr_t)&port, tottimeout) != RPC_SUCCESS) in __libc_rpc_getport()
124 else if (port == 0) in __libc_rpc_getport()
134 return port; in __libc_rpc_getport()
A Dpmap_clnt.c106 pmap_set (u_long program, u_long version, int protocol, u_short port) in pmap_set() argument
123 parms.pm_port = port; in pmap_set()
A Dpmap_rmt.c230 u_long port; in clnt_broadcast() local
278 r.port_ptr = &port; in clnt_broadcast()
358 raddr.sin_port = htons ((u_short) port); in clnt_broadcast()
A Dclnt_tcp.c135 u_short port; in clnttcp_create() local
136 if ((port = pmap_getport (raddr, prog, vers, IPPROTO_TCP)) == 0) in clnttcp_create()
142 raddr->sin_port = htons (port); in clnttcp_create()
A Dtst-udp-timeout.c256 test_udp_server (int port) in test_udp_server() argument
262 .sin_port = htons (port) in test_udp_server()
A Dclnt_udp.c149 u_short port; in __libc_clntudp_bufcreate() local
150 if ((port = in __libc_clntudp_bufcreate()
155 raddr->sin_port = htons (port); in __libc_clntudp_bufcreate()

Completed in 13 milliseconds