# /* icmp_codes.c */ /* EMACS_MODES: c !fill */ /* This file contains the error strings corresponding to each of the * possible termination error codes, listed in icmp_codes.h. These * files must be modified together! */ char *tstrings[] = { "Successful Completion", "Unknown host name", "Bad function specified", "Out of allocation space", "Host not responding", };