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 D | hostent.pm | 55 sub gethost($) { subroutine
|
| H A D | hostent.t | 35 my $h = gethost('localhost');
|
| /onnv-gate/usr/src/cmd/ipf/lib/common/ |
| H A D | gethost.c | 14 int gethost(name, hostp, use_inet6) in gethost() function
|
| H A D | ipft_tx.c | 64 if (gethost(host, &ipa, 0) == -1) {
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
| H A D | parms.c | 299 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 D | defs.h | 674 extern int gethost(char *, in_addr_t *);
|
| H A D | if.c | 1634 } else if (gethost(myname, &myaddr) == 0) { in ifscan()
|
| /onnv-gate/usr/src/cmd/nscd/ |
| H A D | Makefile | 35 OBJS= server.o getpw.o getgr.o gethost.o getnode.o \
|
| /onnv-gate/usr/src/cmd/ipf/lib/ |
| H A D | Makefile.com | 36 fill6bits.o genmask.o gethost.o getifname.o \
|
| /onnv-gate/usr/src/uts/common/inet/ipf/ |
| H A D | ipf.h | 204 extern int gethost __P((char *, i6addr_t *, int));
|
| /onnv-gate/usr/src/cmd/ipf/tools/ |
| H A D | ippool_y.y | 362 | YY_STR { if (gethost($1, &$$, 0) == -1)
|
| H A D | ipnat_y.y | 725 if (gethost($1, &addr, 0) == 0) { 729 if (gethost($1, &addr, 1) == 0) {
|
| H A D | ipf_y.y | 1978 if (gethost(name, addr, use_inet6) == -1) {
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perltoot.pod | 1547 our @EXPORT = qw(gethostbyname gethostbyaddr gethost); 1593 sub gethost($) {
|
| H A D | perl5004delta.pod | 902 Net/hostent.pm By-name interface to Perl's builtin gethost*
|
| H A D | perlvar.pod | 640 is returned via $? if any C<gethost*()> function fails.
|
| H A D | perlmodlib.pod | 1002 By-name interface to Perl's built-in gethost*() functions
|
| H A D | perlfunc.pod | 1996 ($name,$aliases,$addrtype,$length,@addrs) = gethost* 2048 For the I<gethost*()> functions, if the C<h_errno> variable is supported in
|
| H A D | perltoc.pod | 17451 =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 D | Glossary | 873 prototypes for the various gethost*() functions.
|