ICMP module application interface. More...
#include <sys/types.h>
#include "device.h"
#include "../structures/measured_strings.h"
#include "../structures/packet/packet.h"
#include "inet.h"
#include "ip_codes.h"
#include "socket_codes.h"
#include "icmp_codes.h"
#include "icmp_common.h"
Typedefs | |
typedef size_t | mseconds_t |
Miliseconds type definition. | |
Functions | |
ICMP module application interface | |
int | icmp_echo_msg (int icmp_phone, size_t size, mseconds_t timeout, ip_ttl_t ttl, ip_tos_t tos, int dont_fragment, const struct sockaddr *addr, socklen_t addrlen) |
Requests an echo message. |
ICMP module application interface.