Generic application error printing functions implementation. More...
#include <stdio.h>#include "../include/icmp_codes.h"#include "../include/socket_errno.h"#include "print_error.h"
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. | |
Generic application error printing functions implementation.
1.6.1