Home
last modified time | relevance | path

Searched refs:getTOS (Results 1 – 9 of 9) sorted by relevance

/dports/security/nmap/nmap-7.91/libnetutil/
H A DIPv4Header.h152 u8 getTOS() const;
H A DIPv4Header.cc199 this->getTOS(), this->getTotalLength(), in print()
261 u8 IPv4Header::getTOS() const { in getTOS() function in IPv4Header
/dports/security/nmap/nmap-7.91/nping/
H A DNpingOps.h421 u8 getTOS();
H A DEchoServer.cc332 if( ip4->getTOS()==fspec->value[0] ){ in nep_match_headers()
333 nping_print(DBG_3, "[Match] IP TOS=%02x", ip4->getTOS()); in nep_match_headers()
334 … current_score += 1 * FACTOR_IPv4_TOS * ((ip4->getTOS()==0) ? ZERO_PENALTY : 1); in nep_match_headers()
H A DEchoClient.cc690 aux8=o.getTOS(); in generate_packet_spec()
H A DNpingOps.cc1123 u8 NpingOps::getTOS(){ in getTOS() function in NpingOps
H A DProbeMode.cc594 i->setTOS( o.getTOS() ); /* Type of service */ in createIPv4()
/dports/net/yate/yate-6.4.0-1/engine/
H A DSocket.cpp2120 int Socket::getTOS() in getTOS() function in Socket
/dports/net/yate/yate-6.4.0-1/
H A Dyateclass.h7574 virtual int getTOS();