icmp_remote.c File Reference

ICMP interface implementation for remote modules. More...

#include <icmp_remote.h>
#include <net/modules.h>
#include <packet_client.h>
#include <async.h>
#include <errno.h>
#include <ipc/services.h>
#include <ipc/icmp.h>
#include <sys/types.h>

Go to the source code of this file.

ICMP module interface

This interface is used by other modules.

int icmp_destination_unreachable_msg (int icmp_phone, icmp_code_t code, icmp_param_t mtu, packet_t *packet)
 Sends the Destination Unreachable error notification packet.
int icmp_parameter_problem_msg (int icmp_phone, icmp_code_t code, icmp_param_t pointer, packet_t *packet)
 Sends the Parameter Problem error notification packet.
int icmp_source_quench_msg (int icmp_phone, packet_t *packet)
 Sends the Source Quench error notification packet.
int icmp_time_exceeded_msg (int icmp_phone, icmp_code_t code, packet_t *packet)
 Sends the Time Exceeded error notification packet.


Detailed Description

ICMP interface implementation for remote modules.

See also:
icmp_remote.h

Definition in file icmp_remote.c.


Generated on Thu Jun 2 07:45:54 2011 for HelenOS/USB by  doxygen 1.4.7