Home
last modified time | relevance | path

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

/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/clients/
H A Dranonymize.c608 #define RAMAP_ETHER_MAC_ADDR 0x1 macro
1314 case RAMAP_ETHER_MAC_ADDR: { in RaMapInventory()
1395 case RAMAP_ETHER_MAC_ADDR: in RaMapCalcHash()
2033 … RaMapInventory (&flow->mac_flow.mac_union.ether.ehdr.ether_shost, RAMAP_ETHER_MAC_ADDR, 6); in ArgusAnonymizeFlow()
2034 … RaMapInventory (&flow->mac_flow.mac_union.ether.ehdr.ether_dhost, RAMAP_ETHER_MAC_ADDR, 6); in ArgusAnonymizeFlow()
2049 RaMapInventory (&rarp->shaddr, RAMAP_ETHER_MAC_ADDR, 6); in ArgusAnonymizeFlow()
2050 RaMapInventory (&rarp->dhaddr, RAMAP_ETHER_MAC_ADDR, 6); in ArgusAnonymizeFlow()
2056 RaMapInventory (&arp->haddr, RAMAP_ETHER_MAC_ADDR, 6); in ArgusAnonymizeFlow()
2147 RaMapInventory (&mac->mac.mac_union.ether.ehdr.ether_shost, RAMAP_ETHER_MAC_ADDR, 6); in ArgusAnonymizeMac()
2148 RaMapInventory (&mac->mac.mac_union.ether.ehdr.ether_dhost, RAMAP_ETHER_MAC_ADDR, 6); in ArgusAnonymizeMac()
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/examples/rapath/
H A Drapath.c87 #define RAMAP_ETHER_MAC_ADDR 0x1 macro