Searched defs:portp (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | open.c | 644 * Return the first host and port in hostlist (setting *hostp and *portp). 651 int *portp, struct ldap_x_hostlist_status **statusp ) 654 if ( NULL == hostp || NULL == portp || NULL == statusp ) { 663 *portp = defport; 678 return( ldap_x_hostlist_next( hostp, portp, *statusp )); 682 * Return the next host and port in hostlist (setting *hostp and *portp). 688 ldap_x_hostlist_next( char **hostp, int *portp, argument 694 if ( NULL == hostp || NULL == portp ) { 742 *portp = atoi( q ); 744 *portp 650 ldap_x_hostlist_first( const char *hostlist, int defport, char **hostp, int *portp, struct ldap_x_hostlist_status **statusp ) argument [all...] |
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | rpc_soc.c | 274 __rpc_bindresvport_ipv6(int fd, struct sockaddr *sin, int *portp, int qlen, argument 355 if ((portp != NULL) && (res == 0)) 356 *portp = *sinport; 362 __rpc_bindresvport(int fd, struct sockaddr_in *sin, int *portp, int qlen) argument 364 return (__rpc_bindresvport_ipv6(fd, (struct sockaddr *)sin, portp,
|
/osnet-11/usr/src/lib/libiov/sparc/ |
H A D | libiov_hp.c | 605 iov_path_to_port(char *pathname, char **parentp, char **portp) argument 647 *portp = port;
|
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | libdlstat.c | 2734 dladm_aggr_port_attr_t *portp; local 2747 portp = &(ginfo.lg_ports[i]); 2748 if (dladm_phys_info(dh, portp->lp_linkid, &dpa, 2754 portp->lp_linkid);
|
Completed in 35 milliseconds