Searched defs:hent (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c388 PRHostEnt hent; local
425 sizeof( hbuf ), &hent )) {
429 enumIndex, &hent, (PRUint16)port, &addr )) > 0 ) {
/osnet-11/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c309 nssout.nss.host.hent = buf6->result;
347 nssout.nss.host.hent = buf4->result;
535 nssout.nss.host.hent = buf->result;
612 nssout.nss.host.hent = buf->result;
662 nssout.nss.host.hent = buf->result;
678 return (nssout.nss.host.hent);
688 freehostent(struct hostent *hent) argument
690 free(hent);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c552 struct hostent hent; local
569 if (( hp = GETHOSTBYNAME( host, &hent, hbuf,
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c268 LDAPHostEnt *hent; local
339 hent = _ns_gethostbyaddr(sseip->ld, host, strlen(host), type,
343 if (hent == NULL) {
353 if (hent->ldaphe_name != NULL)
354 name = strdup(hent->ldaphe_name);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c897 HE *hent; local
903 hent = array[0];
905 if (hent && ckWARN_d(WARN_INTERNAL)) {
908 HeVAL(hent) - Nullsv, HeKEY(hent));
909 HeVAL(hent) = Nullsv;
910 hent = HeNEXT(hent);
912 if (!hent) {
915 hent
[all...]
H A Dpp_sys.c4667 struct hostent *hent; local
4675 hent = PerlSock_gethostbyname(name);
4687 hent = PerlSock_gethostbyaddr(addr, (Netdb_hlen_t) addrlen, addrtype);
4694 hent = PerlSock_gethostent();
4700 if (!hent) {
4712 if (hent) {
4714 if (hent->h_addr)
4715 sv_setpvn(sv, hent->h_addr, hent->h_length);
4718 sv_setpv(sv, (char*)hent
[all...]

Completed in 61 milliseconds