Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dpmap_rmt.c76 struct timeval tout, u_long *port_ptr) in pmap_rmtcall() argument
85 assert(port_ptr != NULL); in pmap_rmtcall()
95 r.port_ptr = port_ptr; in pmap_rmtcall()
149 caddr_t port_ptr; in xdr_rmtcallres() local
154 port_ptr = (caddr_t)(void *)crp->port_ptr; in xdr_rmtcallres()
155 if (xdr_reference(xdrs, &port_ptr, sizeof (u_long), in xdr_rmtcallres()
157 crp->port_ptr = (u_long *)(void *)port_ptr; in xdr_rmtcallres()
H A Dclnt_bcast.c412 bres_pmap.port_ptr = &port; in rpc_broadcast_exp()
/freebsd/crypto/krb5/src/lib/rpc/
H A Dpmap_rmt.c89 rpcport_t *port_ptr) in pmap_rmtcall() argument
105 r.port_ptr = port_ptr; in pmap_rmtcall()
161 caddr_t port_ptr; in xdr_rmtcallres() local
163 port_ptr = (caddr_t)(void *)crp->port_ptr; in xdr_rmtcallres()
164 if (!xdr_reference(xdrs, &port_ptr, sizeof (uint32_t), in xdr_rmtcallres()
167 crp->port_ptr = (uint32_t *)(void *)port_ptr; in xdr_rmtcallres()
316 r.port_ptr = &port; in clnt_broadcast()
/freebsd/include/rpc/
H A Dpmap_rmt.h51 u_long *port_ptr; member
/freebsd/crypto/krb5/src/include/gssrpc/
H A Dpmap_rmt.h56 rpcport_t *port_ptr; member
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_sock.c74 int BIO_get_port(const char *str, unsigned short *port_ptr) in BIO_get_port() argument
91 *port_ptr = ntohs(BIO_ADDR_rawport(BIO_ADDRINFO_address(res))); in BIO_get_port()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp200 uint16_t *port_ptr = &*port; in LaunchGDBServer() local
208 port_ptr = nullptr; in LaunchGDBServer()
212 url.str().c_str(), nullptr, debugserver_launch_info, port_ptr, &args, -1); in LaunchGDBServer()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h884 OSSL_DEPRECATEDIN_1_1_0 int BIO_get_port(const char *str, unsigned short *port_ptr);
H A Dbio.h.in861 OSSL_DEPRECATEDIN_1_1_0 int BIO_get_port(const char *str, unsigned short *port_ptr);