===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c-71-static int open_icmp_sock(CONFIG *cur);
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c:72:static int probe_src_ip_addr(CONFIG *cur);
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c-73-static void init_config_data(CONFIG *first, CONFIG *last, CONFIG ***ctable);
##############################################
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c-1583-			/* ipv4 init */
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c:1584:			ipaddress = inet_addr(cur->checkip);
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c-1585-			t->dst_addr.sin_family = AF_INET;
##############################################
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c-1677-
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c:1678:	if(probe_src_ip_addr(cur) != 0) {
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c-1679-		close(t->sock);
##############################################
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c-1959-#endif
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c:1960:	if(probe_src_ip_addr(cur) != 0) {
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c-1961-		close(t->sock);
##############################################
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c-1973-			addr.sin_family = AF_INET;
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c:1974:			addr.sin_addr.s_addr = inet_addr(cur->sourceip);
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c-1975-
##############################################
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c-2029-
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c:2030:static int probe_src_ip_addr(CONFIG *cur)
lsm-1.0.4/.pc/fix_misspell.patch/lsm.c-2031-{ /* probe for src ip address */
##############################################
lsm-1.0.4/lsm.c-71-static int open_icmp_sock(CONFIG *cur);
lsm-1.0.4/lsm.c:72:static int probe_src_ip_addr(CONFIG *cur);
lsm-1.0.4/lsm.c-73-static void init_config_data(CONFIG *first, CONFIG *last, CONFIG ***ctable);
##############################################
lsm-1.0.4/lsm.c-1583-			/* ipv4 init */
lsm-1.0.4/lsm.c:1584:			ipaddress = inet_addr(cur->checkip);
lsm-1.0.4/lsm.c-1585-			t->dst_addr.sin_family = AF_INET;
##############################################
lsm-1.0.4/lsm.c-1677-
lsm-1.0.4/lsm.c:1678:	if(probe_src_ip_addr(cur) != 0) {
lsm-1.0.4/lsm.c-1679-		close(t->sock);
##############################################
lsm-1.0.4/lsm.c-1959-#endif
lsm-1.0.4/lsm.c:1960:	if(probe_src_ip_addr(cur) != 0) {
lsm-1.0.4/lsm.c-1961-		close(t->sock);
##############################################
lsm-1.0.4/lsm.c-1973-			addr.sin_family = AF_INET;
lsm-1.0.4/lsm.c:1974:			addr.sin_addr.s_addr = inet_addr(cur->sourceip);
lsm-1.0.4/lsm.c-1975-
##############################################
lsm-1.0.4/lsm.c-2029-
lsm-1.0.4/lsm.c:2030:static int probe_src_ip_addr(CONFIG *cur)
lsm-1.0.4/lsm.c-2031-{ /* probe for src ip address */