===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tnat64-0.05/common.c-33-
tnat64-0.05/common.c:34:    if ((hostaddr = inet_addr(host)) == (unsigned int)-1)
tnat64-0.05/common.c-35-    {
##############################################
tnat64-0.05/configure.ac-214-    if test "${LIBCONNECT}" = ""; then
tnat64-0.05/configure.ac:215:      LIBCONNECT=`$FIND $DIR -name "lib${CONNECTLIB}.so.?" 2>/dev/null | $TAIL -1`
tnat64-0.05/configure.ac-216-    fi
##############################################
tnat64-0.05/configure.ac-230-    if test "${LIBC}" = ""; then
tnat64-0.05/configure.ac:231:      LIBC=`$FIND $DIR -name "libc.so.?" 2>/dev/null | $TAIL -1`
tnat64-0.05/configure.ac-232-    fi
##############################################
tnat64-0.05/parser.c-395-#ifdef HAVE_INET_ADDR
tnat64-0.05/parser.c:396:    if (((*ent)->localip.s_addr = inet_addr(ip)) == -1)
tnat64-0.05/parser.c-397-    {
##############################################
tnat64-0.05/parser.c-406-#ifdef HAVE_INET_ADDR
tnat64-0.05/parser.c:407:    else if (((*ent)->localnet.s_addr = inet_addr(subnet)) == -1)
tnat64-0.05/parser.c-408-    {