Searched refs:port_ptr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/lib/libc/rpc/ |
| HD | pmap_rmt.c | 80 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()
|
| HD | clnt_bcast.c | 416 bres_pmap.port_ptr = &port; in rpc_broadcast_exp()
|
| /freebsd-14-stable/include/rpc/ |
| HD | pmap_rmt.h | 54 u_long *port_ptr; member
|
| /freebsd-14-stable/crypto/openssl/crypto/bio/ |
| HD | bio_sock.c | 75 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/ |
| HD | GDBRemoteCommunicationServerPlatform.cpp | 200 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/ |
| HD | bio.h | 771 OSSL_DEPRECATEDIN_1_1_0 int BIO_get_port(const char *str, unsigned short *port_ptr);
|
| HD | bio.h.in | 748 OSSL_DEPRECATEDIN_1_1_0 int BIO_get_port(const char *str, unsigned short *port_ptr);
|