Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/rpc/
H A Dpmap_rmt.c83 struct timeval tout, u_long *port_ptr) in pmap_rmtcall() argument
92 assert(port_ptr != NULL); in pmap_rmtcall()
102 r.port_ptr = port_ptr; in pmap_rmtcall()
156 caddr_t port_ptr; in xdr_rmtcallres() local
161 port_ptr = (caddr_t)(void *)crp->port_ptr; in xdr_rmtcallres()
162 if (xdr_reference(xdrs, &port_ptr, sizeof (u_long), in xdr_rmtcallres()
164 crp->port_ptr = (u_long *)(void *)port_ptr; in xdr_rmtcallres()
H A Dclnt_bcast.c420 bres_pmap.port_ptr = &port; in rpc_broadcast_exp()
/freebsd-13.1/include/rpc/
H A Dpmap_rmt.h55 u_long *port_ptr; member
/freebsd-13.1/crypto/openssl/crypto/bio/
H A Db_sock.c58 int BIO_get_port(const char *str, unsigned short *port_ptr) in BIO_get_port() argument
76 *port_ptr = ntohs(BIO_ADDR_rawport(BIO_ADDRINFO_address(res))); in BIO_get_port()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp198 uint16_t *port_ptr = port.getPointer(); in LaunchGDBServer() local
213 port_ptr = nullptr; in LaunchGDBServer()
217 url.str().c_str(), nullptr, debugserver_launch_info, port_ptr, &args, -1); in LaunchGDBServer()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dbio.h709 DEPRECATEDIN_1_1_0(int BIO_get_port(const char *str, unsigned short *port_ptr))