#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
void | err (int eval, const char *fmt,...) |
void | warn (const char *fmt,...) |
void | errx (int eval, const char *fmt,...) |
void | warnx (const char *fmt,...) |
|
Definition at line 50 of file err.c. Referenced by addr_main(), arp_kern_main(), arp_main(), eth_main(), fw_main(), hex_main(), icmp_main(), intf_main(), ip_main(), rand_main(), route_main(), send_main(), tcp_main(), and udp_main(). |
|
Definition at line 87 of file err.c. References NULL. Referenced by eth_main(), ip_main(), and send_main(). |
|
|
|
Definition at line 100 of file err.c. References NULL. |