===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tzc-2.6.15/.pc/fixes-tzc-c.patch/tzc.c-1571-      /* convert IP# of sender into ascii name */
tzc-2.6.15/.pc/fixes-tzc-c.patch/tzc.c:1572:      hst = gethostbyaddr((char *)&notice->z_sender_addr,
tzc-2.6.15/.pc/fixes-tzc-c.patch/tzc.c-1573-			  sizeof(notice->z_sender_addr), AF_INET);
##############################################
tzc-2.6.15/tzc.c-1582-      /* convert IP# of sender into ascii name */
tzc-2.6.15/tzc.c:1583:      hst = gethostbyaddr((char *)&notice->z_sender_addr,
tzc-2.6.15/tzc.c-1584-			  sizeof(notice->z_sender_addr), AF_INET);