Searched refs:port_ptr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/lib/libc/rpc/ |
| H A D | pmap_rmt.c | 83 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 D | clnt_bcast.c | 420 bres_pmap.port_ptr = &port; in rpc_broadcast_exp()
|
| /freebsd-13.1/include/rpc/ |
| H A D | pmap_rmt.h | 55 u_long *port_ptr; member
|
| /freebsd-13.1/crypto/openssl/crypto/bio/ |
| H A D | b_sock.c | 58 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 D | GDBRemoteCommunicationServerPlatform.cpp | 198 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 D | bio.h | 709 DEPRECATEDIN_1_1_0(int BIO_get_port(const char *str, unsigned short *port_ptr))
|