#include "print_error.h"
#include <stdio.h>
#include <errno.h>
#include <net/icmp_codes.h>
Go to the source code of this file.
Functions | |
void | icmp_print_error (FILE *output, int error_code, const char *prefix, const char *suffix) |
Prints the specific ICMP error description. | |
void | print_error (FILE *output, int error_code, const char *prefix, const char *suffix) |
Prints the error description. | |
void | socket_print_error (FILE *output, int error_code, const char *prefix, const char *suffix) |
Prints the specific socket error description. |
Definition in file print_error.c.