===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tstools-1.13~git20151030/misc.c-1312-  {
tstools-1.13~git20151030/misc.c:1313:    unsigned long addr = inet_addr(hostname);
tstools-1.13~git20151030/misc.c-1314-    if (addr != INADDR_NONE) // i.e., success
##############################################
tstools-1.13~git20151030/misc.c-1382-      // Also, choosing an invalid address is not (may not be) detected on Windows
tstools-1.13~git20151030/misc.c:1383:      addr = inet_addr(multicast_ifaddr);
tstools-1.13~git20151030/misc.c-1384-      if (addr == INADDR_NONE)
##############################################
tstools-1.13~git20151030/misc.c-1486-
tstools-1.13~git20151030/misc.c:1487:int ipv4_string_to_addr(uint32_t *dest, const char *string)
tstools-1.13~git20151030/misc.c-1488-{
##############################################
tstools-1.13~git20151030/misc_fns.h-418-/*! Decode a string to a host byte order address */
tstools-1.13~git20151030/misc_fns.h:419:int ipv4_string_to_addr(uint32_t *dest, const char *addr);
tstools-1.13~git20151030/misc_fns.h-420-
##############################################
tstools-1.13~git20151030/.pc/0002-fix-spelling-error.patch/pcapreport.c-1616-        ctx->filter_dest_port = port;
tstools-1.13~git20151030/.pc/0002-fix-spelling-error.patch/pcapreport.c:1617:        if (ipv4_string_to_addr(&ctx->filter_dest_addr, hostname))
tstools-1.13~git20151030/.pc/0002-fix-spelling-error.patch/pcapreport.c-1618-        {
##############################################
tstools-1.13~git20151030/pcapreport.c-1616-        ctx->filter_dest_port = port;
tstools-1.13~git20151030/pcapreport.c:1617:        if (ipv4_string_to_addr(&ctx->filter_dest_addr, hostname))
tstools-1.13~git20151030/pcapreport.c-1618-        {