===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libauthen-libwrap-perl-0.23/README.md-50-
libauthen-libwrap-perl-0.23/README.md:51:Takes three mandatory and one optional argument. `$daemon` is the service
libauthen-libwrap-perl-0.23/README.md-52-for which access is being requested (like 'ftpd' or 'sendmail').
libauthen-libwrap-perl-0.23/README.md:53:`$hostname` is the name of the host requesting access. `$ip_addr` is the
libauthen-libwrap-perl-0.23/README.md:54:IP address of the host in dotted-quad notation. `$user` is the name of the
libauthen-libwrap-perl-0.23/README.md-55-user requesting access. If unknown, $user can be omitted; STRING\_UNKNOWN
##############################################
libauthen-libwrap-perl-0.23/lib/Authen/Libwrap.pm-260-            # get hostname or set to unknown
libauthen-libwrap-perl-0.23/lib/Authen/Libwrap.pm:261:            $hostname = gethostbyaddr($peer, &Socket::AF_INET)
libauthen-libwrap-perl-0.23/lib/Authen/Libwrap.pm-262-                || STRING_UNKNOWN;