===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sipsak-0.9.7/src/helper.c-115-	if (is_ip(host)) {
sipsak-0.9.7/src/helper.c:116:		return inet_addr(host);
sipsak-0.9.7/src/helper.c-117-	}
##############################################
sipsak-0.9.7/src/helper.c-191-		if (is_ip(name)) {
sipsak-0.9.7/src/helper.c:192:			caadr = inet_addr(name);
sipsak-0.9.7/src/helper.c-193-			free(name);
##############################################
sipsak-0.9.7/src/helper.c-218-			if (is_ip(name)) {
sipsak-0.9.7/src/helper.c:219:				caadr = inet_addr(name);
sipsak-0.9.7/src/helper.c-220-				free(name);
##############################################
sipsak-0.9.7/src/transport.c-567-	if(local_ip) {	
sipsak-0.9.7/src/transport.c:568:		cd->adr.sin_addr.s_addr = inet_addr(local_ip);
sipsak-0.9.7/src/transport.c-569-	} else {