===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libio-socket-multicast-perl-1.12/lib/IO/Socket/Multicast.pm-59-  $group = inet_ntoa($group) unless $group =~ /^$IP$/o; 
libio-socket-multicast-perl-1.12/lib/IO/Socket/Multicast.pm:60:  my $interface = get_if_addr($sock,shift);
libio-socket-multicast-perl-1.12/lib/IO/Socket/Multicast.pm-61-  return $sock->_mcast_add($group,$interface);
##############################################
libio-socket-multicast-perl-1.12/lib/IO/Socket/Multicast.pm-67-  $group = inet_ntoa($group) unless $group =~ /^$IP$/o; 
libio-socket-multicast-perl-1.12/lib/IO/Socket/Multicast.pm:68:  my $interface = get_if_addr($sock,shift);
libio-socket-multicast-perl-1.12/lib/IO/Socket/Multicast.pm-69-  return $sock->_mcast_drop($group,$interface);
##############################################
libio-socket-multicast-perl-1.12/lib/IO/Socket/Multicast.pm-79-
libio-socket-multicast-perl-1.12/lib/IO/Socket/Multicast.pm:80:  my $interface = get_if_addr($sock,shift);
libio-socket-multicast-perl-1.12/lib/IO/Socket/Multicast.pm-81-  return $sock->_mcast_if($interface) ? $previous : undef;
##############################################
libio-socket-multicast-perl-1.12/lib/IO/Socket/Multicast.pm-91-  croak "unknown or unconfigured interface $interface"
libio-socket-multicast-perl-1.12/lib/IO/Socket/Multicast.pm:92:    unless my $addr = $sock->if_addr($interface);
libio-socket-multicast-perl-1.12/lib/IO/Socket/Multicast.pm-93-  croak "interface is not multicast capable"
##############################################
libio-socket-multicast-perl-1.12/Multicast.xs-291-	 /* freakin' bug in Linux -- IP_MULTICAST_IF returns a struct mreqn rather than
libio-socket-multicast-perl-1.12/Multicast.xs:292:	    an in_addr (contrary to Stevens and the setsockopt()!  
libio-socket-multicast-perl-1.12/Multicast.xs-293-	    We work around this by looking at size of returned thing and doing a 
##############################################
libio-socket-multicast-perl-1.12/t/03_multicast.t-69-		next unless $s->if_flags($_) & IFF_RUNNING();
libio-socket-multicast-perl-1.12/t/03_multicast.t:70:		next unless $s->if_addr($_); # Having an address seems important
libio-socket-multicast-perl-1.12/t/03_multicast.t-71-		return $_;
##############################################
libio-socket-multicast-perl-1.12/debian/patches/spelling.patch-16-+  croak "unknown or unconfigured interface $interface"
libio-socket-multicast-perl-1.12/debian/patches/spelling.patch:17:     unless my $addr = $sock->if_addr($interface);
libio-socket-multicast-perl-1.12/debian/patches/spelling.patch-18-   croak "interface is not multicast capable"
##############################################
libio-socket-multicast-perl-1.12/.pc/spelling.patch/lib/IO/Socket/Multicast.pm-59-  $group = inet_ntoa($group) unless $group =~ /^$IP$/o; 
libio-socket-multicast-perl-1.12/.pc/spelling.patch/lib/IO/Socket/Multicast.pm:60:  my $interface = get_if_addr($sock,shift);
libio-socket-multicast-perl-1.12/.pc/spelling.patch/lib/IO/Socket/Multicast.pm-61-  return $sock->_mcast_add($group,$interface);
##############################################
libio-socket-multicast-perl-1.12/.pc/spelling.patch/lib/IO/Socket/Multicast.pm-67-  $group = inet_ntoa($group) unless $group =~ /^$IP$/o; 
libio-socket-multicast-perl-1.12/.pc/spelling.patch/lib/IO/Socket/Multicast.pm:68:  my $interface = get_if_addr($sock,shift);
libio-socket-multicast-perl-1.12/.pc/spelling.patch/lib/IO/Socket/Multicast.pm-69-  return $sock->_mcast_drop($group,$interface);
##############################################
libio-socket-multicast-perl-1.12/.pc/spelling.patch/lib/IO/Socket/Multicast.pm-79-
libio-socket-multicast-perl-1.12/.pc/spelling.patch/lib/IO/Socket/Multicast.pm:80:  my $interface = get_if_addr($sock,shift);
libio-socket-multicast-perl-1.12/.pc/spelling.patch/lib/IO/Socket/Multicast.pm-81-  return $sock->_mcast_if($interface) ? $previous : undef;
##############################################
libio-socket-multicast-perl-1.12/.pc/spelling.patch/lib/IO/Socket/Multicast.pm-91-  croak "unknown or unconfigured interace $interface"
libio-socket-multicast-perl-1.12/.pc/spelling.patch/lib/IO/Socket/Multicast.pm:92:    unless my $addr = $sock->if_addr($interface);
libio-socket-multicast-perl-1.12/.pc/spelling.patch/lib/IO/Socket/Multicast.pm-93-  croak "interface is not multicast capable"