Home
last modified time | relevance | path

Searched refs:IPMacEntry (Results 1 – 3 of 3) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/arp_spoof/
H A Darp_module.h39 struct IPMacEntry struct
45 typedef std::vector<IPMacEntry> IPMacEntryList; argument
80 IPMacEntry host;
H A Darp_spoof.cc99 static const IPMacEntry* LookupIPMacEntryByIP(const IPMacEntryList& ipmel, uint32_t ipv4_addr) in LookupIPMacEntryByIP()
254 const IPMacEntry* ipme = LookupIPMacEntryByIP(config->ipmel, ah->arp_spa32); in eval()
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dspp_arpspoof.c117 } IPMacEntry; typedef
121 IPMacEntry *ip_mac_entry;
160 IPMacEntry *ip_mac_entry);
161 static IPMacEntry *LookupIPMacEntryByIP(IPMacEntryList *ip_mac_entry_list,
322 IPMacEntry *ipme = NULL; in ParseARPspoofHostArgs()
333 ipme = (IPMacEntry *)SnortAlloc(sizeof(IPMacEntry)); in ParseARPspoofHostArgs()
377 IPMacEntry *ipme; in DetectARPattacks()
532 IPMacEntry *ip_mac_entry) in AddIPMacEntryToList()
566 static IPMacEntry *LookupIPMacEntryByIP(IPMacEntryList *ip_mac_entry_list, in LookupIPMacEntryByIP()