![]() |
Rawsock library
v0.3.4
Library to make the use of raw sockets easier, under Linux. Currently supporting IPv4, UDP and a custom latency measurement protocol (LaMP - supported both in raw and non-raw sockets).
|
Structure to store a couple of source and destinaion IPv4 addresses. More...
#include <rawsock.h>
Data Fields | |
| in_addr_t | src |
| in_addr_t | dst |
Structure to store a couple of source and destinaion IPv4 addresses.
This structure can be used to store a couple of IPv4 address (source + destination), in the in_addr_t format.