Searched refs:gethostbyaddr (Results 1 - 12 of 12) sorted by relevance

/barrelfish-2018-10-04/include/
H A Dnetdb.h147 * Error return codes from gethostbyname() and gethostbyaddr()
230 struct hostent *gethostbyaddr(const void *, socklen_t, int);
/barrelfish-2018-10-04/lib/libc/net/
H A DMakefile.inc60 MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \
H A Dgethostnamadr.c693 gethostbyaddr(const void *addr, socklen_t len, int af) function
H A Dname6.c379 hp = gethostbyaddr(src, len, af);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Ds_socket.c437 h1=gethostbyaddr((char *)&from.sin_addr.s_addr,
440 h1=gethostbyaddr((char *)&from.sin_addr,
445 BIO_printf(bio_err,"bad gethostbyaddr\n");
/barrelfish-2018-10-04/lib/libc/tests/resolv/
H A Dresolv_test.c136 hp2 = gethostbyaddr(buf, hp->h_length, hp->h_addrtype);
/barrelfish-2018-10-04/include/openssl/local/
H A De_os.h737 struct hostent *gethostbyaddr(const char *addr, int length, int type);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/
H A De_os.h736 struct hostent *gethostbyaddr(const char *addr, int length, int type);
/barrelfish-2018-10-04/lib/posixcompat/
H A Dsockets.c888 struct hostent *gethostbyaddr(const void *addr, socklen_t len, int type) function
/barrelfish-2018-10-04/lib/libc/tests/nss/
H A Dgethostby_test.c126 he = gethostbyaddr(addr, len, af);
1451 /* gethostbyaddr */
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dnsrv_client.c352 hostentry = gethostbyaddr((char *) &address,4,AF_INET);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_io.c3246 host = gethostbyaddr ((char *) &name.sin_addr, sizeof(name.sin_addr), AF_INET);

Completed in 208 milliseconds