|
ACE
6.5.8
|
#include "ace/Ping_Socket.h"#include "ace/INET_Addr.h"#include "ace/Log_Category.h"#include "ace/OS_NS_string.h"#include "ace/OS_NS_sys_time.h"#include "ace/OS_NS_sys_socket.h"#include "ace/OS_NS_unistd.h"Classes | |
| struct | ip |
| struct | icmp |
Macros | |
| #define | ICMP_ECHO 8 |
| #define | ICMP_ECHOREPLY 0 |
Variables | |
| const int | ICMP_MIN = 8 |
| const int | ICMP_DATA_LENGTH = 56 |
| #define ICMP_ECHO 8 |
| #define ICMP_ECHOREPLY 0 |
| const int ICMP_DATA_LENGTH = 56 |
| const int ICMP_MIN = 8 |
1.8.16