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

/osnet-11/usr/src/lib/libiov/common/
H A Dlibiov.h58 extern int iov_path_to_port(char *pathname, char **parentp, char **portp);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c644 * 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 Drpc_soc.c274 __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/libldap5/include/ldap/
H A Dsolaris-int.h284 int defport, char **hostp, int *portp /* host byte order */,
287 int *portp /* host byte order */, struct ldap_x_hostlist_status *status );
/osnet-11/usr/src/lib/libiov/sparc/
H A Dlibiov_hp.c605 iov_path_to_port(char *pathname, char **parentp, char **portp) argument
647 *portp = port;
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c2734 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);
/osnet-11/usr/src/lib/libnsl/common/
H A Dllib-lnsl604 int __rpc_bindresvport(int fd, struct sockaddr_in *sin, int *portp, int qlen);

Completed in 61 milliseconds