Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/rpc/
HDpmap_rmt.c80 struct timeval tout, u_long *port_ptr) in pmap_rmtcall() argument
89 assert(port_ptr != NULL); in pmap_rmtcall()
99 r.port_ptr = port_ptr; in pmap_rmtcall()
153 caddr_t port_ptr; in xdr_rmtcallres() local
158 port_ptr = (caddr_t)(void *)crp->port_ptr; in xdr_rmtcallres()
159 if (xdr_reference(xdrs, &port_ptr, sizeof (u_long), in xdr_rmtcallres()
161 crp->port_ptr = (u_long *)(void *)port_ptr; in xdr_rmtcallres()
HDclnt_bcast.c416 bres_pmap.port_ptr = &port; in rpc_broadcast_exp()
/freebsd-14-stable/include/rpc/
HDpmap_rmt.h54 u_long *port_ptr; member
/freebsd-14-stable/crypto/openssl/crypto/bio/
HDbio_sock.c75 int BIO_get_port(const char *str, unsigned short *port_ptr) in BIO_get_port() argument
92 *port_ptr = ntohs(BIO_ADDR_rawport(BIO_ADDRINFO_address(res))); in BIO_get_port()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerPlatform.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-14-stable/crypto/openssl/include/openssl/
HDbio.h771 OSSL_DEPRECATEDIN_1_1_0 int BIO_get_port(const char *str, unsigned short *port_ptr);
HDbio.h.in748 OSSL_DEPRECATEDIN_1_1_0 int BIO_get_port(const char *str, unsigned short *port_ptr);