===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
icmpush-2.2/try_reset-20-if [ "$#" = 4 ]; then
icmpush-2.2/try_reset:21:   for i in `cuenta $3 $4`
icmpush-2.2/try_reset-22-   do
##############################################
icmpush-2.2/icmpush.c-772-  {
icmpush-2.2/icmpush.c:773:     thishost = gethostbyaddr((char *)&ip->ip_src, 4, AF_INET );
icmpush-2.2/icmpush.c-774-     if ( !thishost )
##############################################
icmpush-2.2/icmpush.c-879-      {
icmpush-2.2/icmpush.c:880:         thishost = gethostbyaddr((char *)&data_rdisc->router_addr, 4,
icmpush-2.2/icmpush.c-881-                                   AF_INET );
##############################################
icmpush-2.2/parser.c-609-  {
icmpush-2.2/parser.c:610:     if ( (hinfo = gethostbyaddr( (char *)bin_host, 4, AF_INET )) )
icmpush-2.2/parser.c-611-        return 0;