| /freebsd/lib/libc/net/ |
| H A D | Makefile.inc | 38 getaddrinfo.3 gai_strerror.3 gethostbyname.3 \ 67 MLINKS+=gethostbyname.3 endhostent.3 \ 68 gethostbyname.3 gethostbyaddr.3 \ 69 gethostbyname.3 gethostbyaddr_r.3 \ 70 gethostbyname.3 gethostbyname2.3 \ 71 gethostbyname.3 gethostbyname2_r.3 \ 72 gethostbyname.3 gethostbyname_r.3 \ 73 gethostbyname.3 gethostent.3 \ 74 gethostbyname.3 herror.3 \ 75 gethostbyname.3 hstrerror.3 \ [all …]
|
| /freebsd/contrib/tcp_wrappers/ |
| H A D | README.NIS | 39 % gethostbyname wzv-gw 57 % gethostbyname wzv-gw.win.tue.nl 75 % gethostbyname wzv-gw.win.tue.nl 91 # Contents: gethostbyaddr.c gethostbyname.c 151 if test -f gethostbyname.c -a "${1}" != "-c" ; then 152 echo shar: Will not over-write existing file \"gethostbyname.c\" 154 echo shar: Extracting \"gethostbyname.c\" \(999 characters\) 155 sed "s/^X//" >gethostbyname.c <<'END_OF_gethostbyname.c' 157 X * gethostbyname tester. compile with: 159 X * cc -o gethostbyname gethostbyname.c (SunOS 4.x) [all …]
|
| H A D | socket.c | 65 return (gethostbyname(name)); in gethostbyname_dot() 68 return (gethostbyname(dot_name)); in gethostbyname_dot() 72 #define gethostbyname gethostbyname_dot macro 351 if ((hp = gethostbyname(host->name)) == 0) { in sock_hostname()
|
| H A D | workarounds.c | 219 #undef gethostbyname 230 if ((hp = gethostbyname(name)) && !hp->h_addr_list[1] && hp->h_aliases[1]) {
|
| /freebsd/usr.sbin/bootparamd/bootparamd/ |
| H A D | bootparamd.c | 122 he = gethostbyname(getfile->client_name); in bootparamproc_getfile_1_svc() 135 he = gethostbyname(hostname); in bootparamproc_getfile_1_svc() 207 he = gethostbyname(hostname); in getthefile() 314 he = gethostbyname(l_hostname); in checkhost() 331 he = gethostbyname(l_askname); in checkhost()
|
| H A D | main.c | 60 he = gethostbyname(optarg); in main()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | e_os.h | 253 struct hostent *gethostbyname(const char *name); 266 #define gethostbyname(name) gethostbyname((char *)name) macro
|
| /freebsd/contrib/sendmail/libmilter/ |
| H A D | sm_gethost.c | 72 h = gethostbyname(name); 144 h = gethostbyname(name);
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | roken_gethostby.c | 50 struct hostent *he = gethostbyname(address); in make_address() 220 he = gethostbyname(hostname); in roken_gethostbyname() 263 he = gethostbyname(query);
|
| H A D | getipnodebyname.c | 59 tmp = gethostbyname (name); in getipnodebyname()
|
| /freebsd/usr.sbin/ypset/ |
| H A D | ypset.c | 74 hp = gethostbyname(server); in bind_tohost() 131 hent = gethostbyname(optarg); in main()
|
| /freebsd/share/doc/psd/20.ipctut/ |
| H A D | dgramsend.c | 48 struct hostent *hp, *gethostbyname(); 62 hp = gethostbyname(argv[1]);
|
| H A D | streamwrite.c | 49 struct hostent *hp, *gethostbyname(); 60 hp = gethostbyname(argv[1]);
|
| /freebsd/crypto/krb5/src/lib/rpc/ |
| H A D | getrpcport.c | 53 if ((hp = gethostbyname(host)) == NULL) in gssrpc_getrpcport()
|
| H A D | clnt_generic.c | 65 h = gethostbyname(hostname); in clnt_create()
|
| /freebsd/crypto/heimdal/appl/ftp/ftp/ |
| H A D | ftp_locl.h | 121 struct hostent *gethostbyname(const char *);
|
| /freebsd/usr.bin/talk/ |
| H A D | get_addrs.c | 50 hp = gethostbyname(his_machine_name); in get_addrs()
|
| /freebsd/crypto/krb5/src/appl/simple/client/ |
| H A D | sim_client.c | 140 if ((host = gethostbyname(hostname)) == (struct hostent *) 0) { in main() 179 if ((host = gethostbyname(my_hostname)) == (struct hostent *)0) { in main()
|
| /freebsd/sbin/ipf/libipf/ |
| H A D | connecttcp.c | 31 host = gethostbyname(server); in connecttcp()
|
| H A D | gethost.c | 39 h = gethostbyname(name); in gethost()
|
| /freebsd/libexec/bootpd/ |
| H A D | lookup.c | 66 hp = gethostbyname(hostname); in lookup_ipa()
|
| H A D | trygetif.c | 49 hep = gethostbyname(argv[1]);
|
| /freebsd/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | telnetd.h | 189 struct hostent *gethostbyname(const char *);
|
| /freebsd/sbin/ipf/ipsend/ |
| H A D | 44arp.c | 45 if (!(hp = gethostbyname(host))) in resolve()
|
| /freebsd/libexec/bootpd/tools/bootptest/ |
| H A D | bootptest.c | 253 hep = gethostbyname(servername); in main() 329 hep = gethostbyname(hostname); in main()
|