Home
last modified time | relevance | path

Searched refs:VB_1 (Results 1 – 4 of 4) sorted by relevance

/dports/security/nmap/nmap-7.91/nping/
H A Dnping.h228 #define VB_1 5 /**< Detailed information about times, flags, etc. */ macro
H A DNpingOps.cc469 case 1: vb=VB_1; break; in setVerbosity()
2738 nping_print(VB_1|NO_NEWLINE,"Tx time: %.5lfs ", this->stats.elapsedTx() ); in displayStatistics()
2739 nping_print(VB_1|NO_NEWLINE,"| Tx bytes/s: %.2lf ", this->stats.getOverallTxByteRate() ); in displayStatistics()
2740 nping_print(VB_1,"| Tx pkts/s: %.2lf", this->stats.getOverallTxPacketRate() ); in displayStatistics()
2741 nping_print(VB_1|NO_NEWLINE,"Rx time: %.5lfs ", this->stats.elapsedRx() ); in displayStatistics()
2742 nping_print(VB_1|NO_NEWLINE,"| Rx bytes/s: %.2lf ", this->stats.getOverallRxByteRate() ); in displayStatistics()
2743 nping_print(VB_1,"| Rx pkts/s: %.2lf", this->stats.getOverallRxPacketRate() ); in displayStatistics()
H A DEchoServer.cc224 nping_print(VB_1, "Server bound to port %d", port); in nep_listen_socket()
228 nping_print(VB_1, "Server bound to %s:%d", IPtoa(server_addr6.sin6_addr), port); in nep_listen_socket()
262 nping_print(VB_1, "Server bound to port %d", port); in nep_listen_socket()
266 nping_print(VB_1, "Server bound to %s:%d", IPtoa(server_addr4.sin_addr), port); in nep_listen_socket()
985 …nping_print(VB_1, "[%lu] Couldn't establish NEP session with client #%d (%s:%d).", (unsigned long)… in nep_packetspec_handler()
989 …nping_print(VB_1, "[%lu] NEP handshake with client #%d (%s:%d) was performed successfully", (unsig… in nep_packetspec_handler()
H A Dutils_net.cc393 else if (o.getVerbosity()==VB_1) in getPacketStrInfo()
873 else if (o.getVerbosity()==VB_1) in arppackethdrinfo()