Home
last modified time | relevance | path

Searched refs:gethost (Results 1 – 20 of 20) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dhostent.pm55 sub gethost($) { subroutine
H A Dhostent.t35 my $h = gethost('localhost');
/onnv-gate/usr/src/cmd/ipf/lib/common/
H A Dgethost.c14 int gethost(name, hostp, use_inet6) in gethost() function
H A Dipft_tx.c64 if (gethost(host, &ipa, 0) == -1) {
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c299 if (!gethost(dname, &dst)) { in gwkludge()
319 if (!gethost(gname, &gate)) { in gwkludge()
861 sizeof (buf2)) || !gethost(buf2, &addr)) in parse_parms()
892 gethost(buf, &parm.parm_ripout_addr) != 1) in parse_parms()
982 gethost(char *name, in_addr_t *addrp) in gethost() function
H A Ddefs.h674 extern int gethost(char *, in_addr_t *);
H A Dif.c1634 } else if (gethost(myname, &myaddr) == 0) { in ifscan()
/onnv-gate/usr/src/cmd/nscd/
H A DMakefile35 OBJS= server.o getpw.o getgr.o gethost.o getnode.o \
/onnv-gate/usr/src/cmd/ipf/lib/
H A DMakefile.com36 fill6bits.o genmask.o gethost.o getifname.o \
/onnv-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h204 extern int gethost __P((char *, i6addr_t *, int));
/onnv-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y362 | YY_STR { if (gethost($1, &$$, 0) == -1)
H A Dipnat_y.y725 if (gethost($1, &addr, 0) == 0) {
729 if (gethost($1, &addr, 1) == 0) {
H A Dipf_y.y1978 if (gethost(name, addr, use_inet6) == -1) {
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperltoot.pod1547 our @EXPORT = qw(gethostbyname gethostbyaddr gethost);
1593 sub gethost($) {
H A Dperl5004delta.pod902 Net/hostent.pm By-name interface to Perl's builtin gethost*
H A Dperlvar.pod640 is returned via $? if any C<gethost*()> function fails.
H A Dperlmodlib.pod1002 By-name interface to Perl's built-in gethost*() functions
H A Dperlfunc.pod1996 ($name,$aliases,$addrtype,$length,@addrs) = gethost*
2048 For the I<gethost*()> functions, if the C<h_errno> variable is supported in
H A Dperltoc.pod17451 =head2 Net::hostent - by-name interface to Perl's built-in gethost*()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/Porting/
H A DGlossary873 prototypes for the various gethost*() functions.