Home
last modified time | relevance | path

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

/dports/security/nmap/nmap-7.91/
H A Dscan_engine.h149 enum UPType { UP_UNSET, UP_IP, UP_CONNECT, UP_ARP, UP_ND } type; /* The type of probe this is */ enumerator
H A Dscan_engine_raw.cc115 type = UP_ARP; in setARP()
H A Dscan_engine.cc2348 } else if (probe->type == UltraProbe::UP_ARP) { in retransmitProbe()