ICMP module. More...
#include <fibril_synch.h>#include "../../include/icmp_codes.h"#include "../../structures/int_map.h"#include "icmp_header.h"

Data Structures | |
| struct | icmp_reply |
| ICMP reply data. More... | |
| struct | icmp_globals |
| ICMP global data. More... | |
Typedefs | |
| typedef struct icmp_reply | icmp_reply_t |
| Type definition of the ICMP reply data. | |
| typedef icmp_reply_t * | icmp_reply_ref |
| Type definition of the ICMP reply data pointer. | |
| typedef struct icmp_globals | icmp_globals_t |
| Type definition of the ICMP global data. | |
Functions | |
| INT_MAP_DECLARE (icmp_replies, icmp_reply_t) | |
| Pending replies map. | |
| INT_MAP_DECLARE (icmp_echo_data, icmp_echo_t) | |
| Echo specific data map. | |
ICMP module.
1.6.1