Searched refs:port (Results 1 – 6 of 6) sorted by relevance
91 u_short port = 0; in __libc_rpc_getport() local119 (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()
106 pmap_set (u_long program, u_long version, int protocol, u_short port) in pmap_set() argument123 parms.pm_port = port; in pmap_set()
230 u_long port; in clnt_broadcast() local278 r.port_ptr = &port; in clnt_broadcast()358 raddr.sin_port = htons ((u_short) port); in clnt_broadcast()
135 u_short port; in clnttcp_create() local136 if ((port = pmap_getport (raddr, prog, vers, IPPROTO_TCP)) == 0) in clnttcp_create()142 raddr->sin_port = htons (port); in clnttcp_create()
256 test_udp_server (int port) in test_udp_server() argument262 .sin_port = htons (port) in test_udp_server()
149 u_short port; in __libc_clntudp_bufcreate() local150 if ((port = in __libc_clntudp_bufcreate()155 raddr->sin_port = htons (port); in __libc_clntudp_bufcreate()
Completed in 13 milliseconds