HomeSort by: relevance | last modified time | path
    Searched refs:gethostbyname (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/usr.bin/talk/
get_addrs.c 61 hp = gethostbyname(my_machine_name);
66 hp = gethostbyname(his_machine_name);
  /src/lib/libc/net/
Makefile.inc 45 MAN+= byteorder.3 ethers.3 gethostbyname.3 getifaddrs.3 \
58 MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \
59 gethostbyname.3 gethostent.3 gethostbyname.3 sethostent.3 \
60 gethostbyname.3 herror.3 gethostbyname.3 hstrerror.3 \
61 gethostbyname.3 gethostbyname2.3
  /src/lib/libc/rpc/
getrpcport.c 73 if ((hp = gethostbyname(host)) == NULL)
  /src/usr.sbin/bootp/common/
lookup.c 72 hp = gethostbyname(hostname);
trygetif.c 44 hep = gethostbyname(argv[1]);
46 fprintf(stderr, "gethostbyname(%s)\n", argv[1]);
  /src/usr.sbin/rpc.bootparamd/
test.c 78 if ((hp = gethostbyname(argv[1])) == NULL)
bootparamd.c 96 he = gethostbyname(optarg);
242 he = gethostbyname(getfile->client_name);
257 he = gethostbyname(res.server_name);
397 if ((hp = gethostbyname(word)) == NULL) {
  /src/distrib/utils/libhack/
gethost.c 58 #define gethostbyname _gethostbyname macro
73 __weak_alias(gethostbyname,_gethostbyname);
112 gethostbyname(const char *name) function in typeref:struct:hostent *
  /src/usr.sbin/ypset/
ypset.c 102 hp = gethostbyname(host);
  /src/games/hunt/hunt/
server.c 81 if ((hp = gethostbyname(local_name)) == NULL) {
214 hp = gethostbyname(explicit_host);
  /src/usr.bin/ypwhich/
ypwhich.c 231 he = gethostbyname(host);
294 he = gethostbyname(host);
  /src/lib/libcompat/4.3/
rexec.c 81 hp = gethostbyname(*ahost);
  /src/usr.sbin/yppoll/
yppoll.c 177 h = gethostbyname(server);
  /src/include/
netdb.h 219 * Error return codes from gethostbyname() and gethostbyaddr()
322 struct hostent *gethostbyname(const char *);
  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 207 hep = gethostbyname(myhostname);
330 hep = gethostbyname(servername);
  /src/usr.sbin/bootp/bootptest/
bootptest.c 251 hep = gethostbyname(servername);
329 hep = gethostbyname(hostname);
  /src/lib/libquota/
quota_nfs.c 107 if ((hp = gethostbyname(host)) == NULL)
  /src/regress/sys/net/frag/
ip4_frag_1.c 312 he = gethostbyname(argv[1]);
314 err(EXIT_FAILURE, "gethostbyname");
  /src/sbin/routed/rtquery/
rtquery.c 183 struct hostent *hp = gethostbyname(optarg);
529 hp = gethostbyname(host);
  /src/sys/arch/hpc/stand/hpcboot/
file_http.cpp 177 struct hostent *entry = gethostbyname(_server_name);
  /src/usr.sbin/timed/timedc/
cmds.c 105 hp = gethostbyname(name);
  /src/usr.sbin/ypserv/common/
yplib_host.c 83 h = gethostbyname(server);
  /src/libexec/mail.local/
mail.local.c 337 if (!(hp = gethostbyname("localhost"))) {
  /src/lib/libwrap/
hosts_access.c 382 if (gethostbyname(rbl_name) != NULL) {
  /src/usr.sbin/isibootd/
isibootd.c 202 clientent = gethostbyname(clientname);

Completed in 27 milliseconds

1 2