Home
last modified time | relevance | path

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

/dports/security/nmap/nmap-7.91/
H A Dtargets.cc396 if (rnfo.ii.device_type == devt_ethernet) { in setup_target()
518 if (hs->hostbatch[0]->ifType() == devt_ethernet && in refresh_hostbatch()
529 if (hs->hostbatch[0]->ifType() == devt_ethernet && in refresh_hostbatch()
540 hs->hostbatch[0]->ifType() == devt_ethernet) { in refresh_hostbatch()
H A Dnse_dnet.cc79 case devt_ethernet: in l_dnet_get_interface_info()
155 if (ii == NULL || ii->device_type != devt_ethernet in ethernet_open()
258 if (! (route.ii.device_type == devt_ethernet in ip_send()
H A Didle_scan.cc604 if (rnfo.ii.device_type == devt_ethernet) in initialize_idleproxy()
609 if ((o.sendpref & PACKET_SEND_ETH) && (proxy->host.ifType() == devt_ethernet in initialize_idleproxy()
H A Dtcpip.cc1626 if (target->ifType() == devt_ethernet && target->directlyConnected()) { in setTargetMACIfAvailable()
1651 if (target->ifType() != devt_ethernet) in setTargetNextHopMAC()
H A Dnse_nmaplib.cc902 case devt_ethernet: in l_list_interfaces()
H A Dtraceroute.cc843 if ((o.sendpref & PACKET_SEND_ETH) && targets[0]->ifType() == devt_ethernet) { in TracerouteState()
H A DFPEngine.cc161 if ((o.sendpref & PACKET_SEND_ETH) && (iftype == devt_ethernet in init()
H A Dscan_engine.cc944 (Targets[0]->ifType() == devt_ethernet in Init()
H A Doutput.cc347 if (iflist[i].device_type == devt_ethernet) { in print_iflist()
H A Dosscan2.cc1354 if ((o.sendpref & PACKET_SEND_ETH) && (t->ifType() == devt_ethernet in HostOsScan()
/dports/security/nmap/nmap-7.91/libnetutil/
H A Dnetutil.h235 typedef enum { devt_ethernet, devt_loopback, devt_p2p, devt_other } devtype; enumerator
H A Dnetutil.cc1333 dcrn->ifaces[dcrn->numifaces].device_type = devt_ethernet; in collect_dnet_interfaces()
/dports/security/nmap/nmap-7.91/nping/
H A DNpingTarget.cc743 if (this->getDeviceType() != devt_ethernet) in determineNextHopMACAddress()
835 case devt_ethernet: type="Ethernet"; break; in printTargetDetails()