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

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dpmap_rmt.h80 unsigned int *port_ptr; member in struct:rmtcallres
83 unsigned long *port_ptr;
H A Dpmap_rmt.c93 pmap_rmtcall(addr, prog, vers, proc, xdrargs, argsp, xdrres, resp, tout, port_ptr)
100 uint32_t *port_ptr;
107 u_long *port_ptr;
124 r.port_ptr = port_ptr;
182 caddr_t port_ptr; local
184 port_ptr = (caddr_t)crp->port_ptr;
186 if (xdr_reference(xdrs, &port_ptr, sizeof (uint32_t), (xdrproc_t)xdr_u_long) && xdr_u_long(xdrs, &crp->resultslen)) {
187 crp->port_ptr
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dsockmisc.c1148 u_int16_t *port_ptr; local
1155 port_ptr = &(((struct sockaddr_in *)addr)->sin_port);
1158 port_ptr = &(((struct sockaddr_in6 *)addr)->sin6_port);
1166 return port_ptr;
1172 u_int16_t *port_ptr; local
1174 port_ptr = get_port_ptr (addr);
1176 if (port_ptr)
1177 *port_ptr = htons(new_port);
1179 return port_ptr;
/macosx-10.9.5/rsync-42/rsync/
H A Doptions.c1799 * of *port_ptr will contain a non-0 port number, otherwise it will be set to
1803 char *check_for_hostspec(char *s, char **host_ptr, int *port_ptr) argument
1809 if (port_ptr && strncasecmp(URL_PREFIX, s, strlen(URL_PREFIX)) == 0) {
1823 *port_ptr = atoi(p+2);
1827 *port_ptr = atoi(p+1);
1830 if (!*port_ptr)
1831 *port_ptr = RSYNC_PORT;
1861 if (port_ptr && !*port_ptr)
1862 *port_ptr
[all...]
H A Dproto.h215 char *check_for_hostspec(char *s, char **host_ptr, int *port_ptr);
/macosx-10.9.5/remote_cmds-41.90.1/ypbind.tproj/
H A Dypbind.c629 rmtcr.port_ptr = (unsigned int*)&rmtcr_port;
631 rmtcr.port_ptr = &rmtcr_port;
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Dbio.h587 int BIO_get_port(const char *str, unsigned short *port_ptr);

Completed in 171 milliseconds