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

/freebsd-current/lib/libc/rpc/
H A Dpmap_rmt.c76 struct timeval tout, u_long *port_ptr)
85 assert(port_ptr != NULL);
95 r.port_ptr = port_ptr;
149 caddr_t port_ptr; local
154 port_ptr = (caddr_t)(void *)crp->port_ptr;
155 if (xdr_reference(xdrs, &port_ptr, sizeof (u_long),
157 crp->port_ptr = (u_long *)(void *)port_ptr;
74 pmap_rmtcall(struct sockaddr_in *addr, u_long prog, u_long vers, u_long proc, xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, caddr_t resp, struct timeval tout, u_long *port_ptr) argument
[all...]
H A Dclnt_bcast.c412 bres_pmap.port_ptr = &port;
/freebsd-current/include/rpc/
H A Dpmap_rmt.h51 u_long *port_ptr; member in struct:rmtcallres
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbio_sock.c75 int BIO_get_port(const char *str, unsigned short *port_ptr) argument
92 *port_ptr = ntohs(BIO_ADDR_rawport(BIO_ADDRINFO_address(res)));
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp198 uint16_t *port_ptr = &*port; local
206 port_ptr = nullptr;
210 url.str().c_str(), nullptr, debugserver_launch_info, port_ptr, &args, -1);
/freebsd-current/crypto/openssl/include/openssl/
H A Dbio.h771 OSSL_DEPRECATEDIN_1_1_0 int BIO_get_port(const char *str, unsigned short *port_ptr);

Completed in 136 milliseconds