===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libnet-libdnet-perl-0.98/lib/Net/Libdnet/Entry/Intf.pm-48-   $self->name      ($h->{intf_name})        if defined($h->{intf_name});
libnet-libdnet-perl-0.98/lib/Net/Libdnet/Entry/Intf.pm:49:   $self->dstAddr   ($h->{intf_dst_addr})    if defined($h->{intf_dst_addr});
libnet-libdnet-perl-0.98/lib/Net/Libdnet/Entry/Intf.pm:50:   $self->linkAddr  ($h->{intf_link_addr})   if defined($h->{intf_link_addr});
libnet-libdnet-perl-0.98/lib/Net/Libdnet/Entry/Intf.pm-51-   $self->flags     ($h->{intf_flags})       if defined($h->{intf_flags});
##############################################
libnet-libdnet-perl-0.98/lib/Net/Libdnet/Entry/Intf.pm-53-   if (defined($h->{intf_addr})) {
libnet-libdnet-perl-0.98/lib/Net/Libdnet/Entry/Intf.pm:54:      $self->addr($h->{intf_addr});
libnet-libdnet-perl-0.98/lib/Net/Libdnet/Entry/Intf.pm-55-      $self->subnet(addr_net($h->{intf_addr}));
##############################################
libnet-libdnet-perl-0.98/t/10-route.t-22-$if = intf_get_dst($gw);
libnet-libdnet-perl-0.98/t/10-route.t:23:system("ifconfig $if->{name} add 172.16.255.1 netmask 255.255.255.0") && die "system";
libnet-libdnet-perl-0.98/t/10-route.t-24-arp_add("172.16.255.2", "de:ad:be:af:00:00");
##############################################
libnet-libdnet-perl-0.98/t/10-route.t-45-arp_delete("172.16.255.2");
libnet-libdnet-perl-0.98/t/10-route.t:46:system("ifconfig $if->{name} delete 172.16.255.1") && die "system";
##############################################
libnet-libdnet-perl-0.98/t/03-arp.t-22-$if = intf_get_dst($gw);
libnet-libdnet-perl-0.98/t/03-arp.t:23:system("ifconfig $if->{name} add 172.16.255.1 netmask 255.255.255.0") && die "system";
libnet-libdnet-perl-0.98/t/03-arp.t-24-
##############################################
libnet-libdnet-perl-0.98/t/03-arp.t-42-# remove dummy configuration
libnet-libdnet-perl-0.98/t/03-arp.t:43:system("ifconfig $if->{name} delete 172.16.255.1") && die "system";