/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/ |
H A D | e_os.h | 282 struct hostent *gethostbyname(const char *name); 341 # define gethostbyname(name) gethostbyname((char*)name) 343 # define gethostbyname(name) gethostbyname( global() 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/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/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()
|
/freebsd/share/examples/find_interface/ |
H A D | find_interface.c | 67 hp = gethostbyname(*argv); in main()
|
/freebsd/tools/test/stress2/testcases/udp/ |
H A D | udp.c | 78 host = gethostbyname(hostname); in test()
|
/freebsd/libexec/bootpd/bootpgw/ |
H A D | bootpgw.c | 214 hep = gethostbyname(hostname); in main() 337 hep = gethostbyname(servername); in main()
|