===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
batmand-0.3.2+72+ga83038a/linux/tun.c-324-
batmand-0.3.2+72+ga83038a/linux/tun.c:325:int8_t set_tun_addr( int32_t fd, uint32_t tun_addr, char *tun_dev ) {
batmand-0.3.2+72+ga83038a/linux/tun.c-326-
##############################################
batmand-0.3.2+72+ga83038a/os.h-64-int8_t add_dev_tun( struct batman_if *batman_if, uint32_t dest_addr, char *tun_dev, size_t tun_dev_size, int32_t *fd, int32_t *ifi );
batmand-0.3.2+72+ga83038a/os.h:65:int8_t set_tun_addr( int32_t fd, uint32_t tun_addr, char *tun_dev );
batmand-0.3.2+72+ga83038a/os.h-66-
##############################################
batmand-0.3.2+72+ga83038a/posix/tunnel.c-426-
batmand-0.3.2+72+ga83038a/posix/tunnel.c:427:static struct gw_client *get_ip_addr(struct sockaddr_in *client_addr, struct hashtable_t **wip_hash, struct hashtable_t **vip_hash, struct list_head_first *free_ip_list, uint8_t next_free_ip[]) {
batmand-0.3.2+72+ga83038a/posix/tunnel.c-428-
##############################################
batmand-0.3.2+72+ga83038a/posix/tunnel.c-653-							/* auto assign a dummy address to output the NAT warning only once */
batmand-0.3.2+72+ga83038a/posix/tunnel.c:654:							gw_client = get_ip_addr(&addr, &wip_hash, &vip_hash, &free_ip_list, next_free_ip);
batmand-0.3.2+72+ga83038a/posix/tunnel.c-655-
##############################################
batmand-0.3.2+72+ga83038a/posix/tunnel.c-691-				case TUNNEL_IP_REQUEST:
batmand-0.3.2+72+ga83038a/posix/tunnel.c:692:					gw_client = get_ip_addr(&addr, &wip_hash, &vip_hash, &free_ip_list, next_free_ip);
batmand-0.3.2+72+ga83038a/posix/tunnel.c-693-