Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dspp_arpspoof.c121 IPMacEntry *ip_mac_entry; member
160 IPMacEntry *ip_mac_entry);
532 IPMacEntry *ip_mac_entry) in AddIPMacEntryToList() argument
536 if (ip_mac_entry == NULL || ip_mac_entry_list == NULL) in AddIPMacEntryToList()
540 newNode->ip_mac_entry = ip_mac_entry; in AddIPMacEntryToList()
592 if (current->ip_mac_entry->ipv4_addr == ipv4_addr) in LookupIPMacEntryByIP()
597 return current->ip_mac_entry; in LookupIPMacEntryByIP()
622 if (current->ip_mac_entry != NULL) in FreeIPMacEntryList()
623 free(current->ip_mac_entry); in FreeIPMacEntryList()
689 sfip_set_raw(&in, &current->ip_mac_entry->ipv4_addr, AF_INET); in PrintIPMacEntryList()
[all …]