#include "src/common/shared.hpp"#include "src/memory/memset.hpp"#include "src/memory/align.hpp"#include "src/memory/heap.hpp"#include "src/net/icmp.hpp"#include "src/net/arp.hpp"#include "src/net/ip.hpp"Idź do kodu źródłowego tego pliku.
Przestrzenie nazw | |
| namespace | Net |
| namespace | Net::ICMP |
Definicje | |
| #define | INTERVAL_BETWEEN_ICMP_ERRORS 200 |
| #define | DEBUG_ICMP_CHECKSUM_ALERT 0 |
Funkcje | |
| void | Net::ICMP::processDatagram (struct Net::netbuf *nb) |
| uint16 | Net::ICMP::count_checksum16_icmph (struct icmp_header *icmph, uint32 len) |
| void | Net::ICMP::icmp_transmit (struct ip_address ip_addr, struct Net::packet_t *p, uint8 type, uint8 code, uint32 data) |
| void | print (struct Net::ICMP::icmp_header icmph) |
Zmienne | |
| volatile uint64 | Net::ICMP::next_icmp_error = 0 |
| void print | ( | struct Net::ICMP::icmp_header | icmph | ) |
Definicja w linii 91 pliku icmp.cpp.
Odwołuje się do Net::ICMP::icmp_header::checksum, Net::ICMP::icmp_header::code, Net::ICMP::icmp_header::data, Net::ntohs(), prin i Net::ICMP::icmp_header::type.
1.5.6