Home
last modified time | relevance | path

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

/dports/security/nmap/nmap-7.91/libnetutil/
H A DEthernetHeader.cc161 fprintf(output, " Type=%04x", this->getEtherType()); in print()
219 u16 EthernetHeader::getEtherType() const { in getEtherType() function in EthernetHeader
H A DEthernetHeader.h132 u16 getEtherType() const;
H A DPacketParser.cc178 switch( eth.getEtherType() ){ in parse_packet()
/dports/security/nmap/nmap-7.91/nping/
H A DNpingOps.h566 u16 getEtherType();
H A DProbeMode.cc538 e.setEtherType( o.getEtherType() ); in fillPacket()
1172 e.setEtherType( o.getEtherType() ); in fillPacketARP()
H A DNpingOps.cc1968 u16 NpingOps::getEtherType(){ in getEtherType() function in NpingOps