#include <istream>
#include <ostream>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | icmp_header |
Functions | |
template<typename Iterator > | |
void | compute_checksum (icmp_header &header, Iterator body_begin, Iterator body_end) |
void compute_checksum | ( | icmp_header & | header, |
Iterator | body_begin, | ||
Iterator | body_end | ||
) |
Definition at line 75 of file icmp_header.hpp.