Home
last modified time | relevance | path

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

/dports/security/nmap/nmap-7.91/libnetutil/
H A DEthernetHeader.h131 int setEtherType(u16 val);
H A DEthernetHeader.cc212 int EthernetHeader::setEtherType(u16 val){ in setEtherType() function in EthernetHeader
/dports/security/nmap/nmap-7.91/nping/
H A DProbeMode.cc538 e.setEtherType( o.getEtherType() ); in fillPacket()
541 e.setEtherType(ETHTYPE_IPV4); in fillPacket()
543 e.setEtherType(ETHTYPE_IPV6); in fillPacket()
1172 e.setEtherType( o.getEtherType() ); in fillPacketARP()
1174 e.setEtherType(ETHTYPE_ARP); in fillPacketARP()
H A DNpingOps.h565 int setEtherType(u16 val);
H A DArgParser.cc668 o.setEtherType(aux16); in parseArguments()
670 o.setEtherType(aux16); in parseArguments()
H A DNpingOps.cc1960 int NpingOps::setEtherType(u16 val){ in setEtherType() function in NpingOps