Ping sender module.
#include "lwip/ip_addr.h"
Macros | |
#define | PING_USE_SOCKETS LWIP_SOCKET |
PING_USE_SOCKETS: Set to 1 to use sockets, otherwise the raw api is used. More... | |
Functions | |
void | ping_function (char *addr, u32_t u32PingCount) |
void | ping_send_now (void) |
#define PING_USE_SOCKETS LWIP_SOCKET |
PING_USE_SOCKETS: Set to 1 to use sockets, otherwise the raw api is used.
void ping_function | ( | char * | addr, |
u32_t | u32PingCount | ||
) |
void ping_send_now | ( | void | ) |